-
Notifications
You must be signed in to change notification settings - Fork 7
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
InterBaseSQL.EntityFrameworkCore.InterBase issue #6
Comments
Please be so kind and provide more info (e.g. the SQL statement). This is too less for helping you. |
I may have had the same problem. My InterBase version do not accept :
Perhaps a clue. |
Sorry, I did not get a chance to get to this in the 7.12.1 release but I have some work to do on EFCore over the next month and might be able to get it out in that. You have just hit a place where there probably is not a unit test to catch a SQL syntax difference between Fb and InterBase. |
IB has always supported AS for aliasing table names. This runs fine in IBConsole select * from employee as e I need more details on this, some sort of example code I can run through a debugger to test. |
Getting this below error in class library project in .Net core
InterBaseSql.Data.InterBaseClient.IBException: 'Dynamic SQL Error
SQL error code = -104
Token unknown - line 2, column 14
AS'
some please help to resole this issue
The text was updated successfully, but these errors were encountered: