Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any and AnyAsync Dynamic SQL Error [DNET979] #897

Closed
firebird-automations opened this issue Nov 21, 2020 · 1 comment
Closed

Any and AnyAsync Dynamic SQL Error [DNET979] #897

firebird-automations opened this issue Nov 21, 2020 · 1 comment

Comments

@firebird-automations
Copy link

Submitted by: Benjamyn Williams (ben_williams)

When using Any and AnyAsync against a DbSet it results in:

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

Generated query:

SELECT EXISTS (
SELECT 1
FROM "TEST_TABLE" AS "t") FROM RDB$DATABASE

@cincuranet
Copy link
Member

EF6 provider here is in maintenance/legacy mode here (see https://groups.google.com/g/firebird-net-provider/c/_0Hwoh5XG_I). If somebody feels like tackling this with good PR, it will be reopened.

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

No branches or pull requests

2 participants