-
Notifications
You must be signed in to change notification settings - Fork 934
Add Firebird 4 dialect #3166
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
Add Firebird 4 dialect #3166
Conversation
21 (+19 async) tests currently fail Changes of
Failing tests:
Other tests are failing because of |
@fredericDelaporte, @bahusoid should we just register Or we create |
It sounds safer to me to create a Firebird4Dialect overriding these. No risk of breaking changes for applications running on an older Firebird, and a quite natural way to fix these types for those having upgraded to Firebird4. |
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except:
This branch has conflicts that must be resolved
Resolved |
TODO:
Fixes #3165