Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.
This repository was archived by the owner on May 9, 2020. It is now read-only.

Token unknown #40

Description

@Cae2

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:

Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, column 25

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions