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

EF generates incorrect SQL #156

Closed
CurlerRoo opened this issue Feb 21, 2017 · 3 comments
Closed

EF generates incorrect SQL #156

CurlerRoo opened this issue Feb 21, 2017 · 3 comments

Comments

@CurlerRoo
Copy link

CurlerRoo commented Feb 21, 2017

As mentioned in the closed issue #147.
That was not a question on how to use EF.
I think it was a bug. EF should not generate syntactically incorrect SQL in any case.

@roji
Copy link
Member

roji commented Feb 21, 2017

@Pc-lover, I didn't say it's not a bug - if incorrect SQL gets generated it's definitely a bug.

It's just 99% not an Npgsql bug, but rather an EF Core bug. Did you open an issue with them, so that someone can take a look?

@CurlerRoo
Copy link
Author

You're right. I've just tested using SQL Server and still got the same result. I just opened an issue in their repo: dotnet/efcore#7666.

@roji
Copy link
Member

roji commented Feb 21, 2017

OK, thanks for testing. I'll close this for now - whatever fix they do in EF Core will also fix it for Npgsql. If not, we'll revisit then.

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

No branches or pull requests

2 participants