You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2020. It is now read-only.
I searched about this Token Error and found some information about ADO FirebirdClient is only tested for FB 3.0 (and I'm using FB 2.5). This is the cause or I'm doing something wrong?
Thank you
The text was updated successfully, but these errors were encountered:
Hello, Im trying to implement this package and when I try to return simple query it works, for example:
var result = context.Blog.Take(10).ToList();
but if I try to use the relationship with "Posts" for example:
var result = context.Blog.Include(p => p.Posts).Take(10).ToList();
I got the error:
I searched about this Token Error and found some information about ADO FirebirdClient is only tested for FB 3.0 (and I'm using FB 2.5). This is the cause or I'm doing something wrong?
Thank you
The text was updated successfully, but these errors were encountered: