-
Notifications
You must be signed in to change notification settings - Fork 358
Support for Id generation in Oracle using quoted identifiers #1666
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
Labels
type: enhancement
A general enhancement
Milestone
Comments
schauder
added a commit
that referenced
this issue
Nov 17, 2023
The latest Oracle JDBC driver properly supports returning of generated ids, both in batches and for quoted identifiers. This allows us to now support this feature. Closes #1666
This was referenced Nov 17, 2023
mp911de
added a commit
that referenced
this issue
Nov 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was blocked by a bug in the Oracle JDBC driver: https://stackoverflow.com/questions/62263576/how-to-get-the-generated-key-for-a-column-with-lowercase-characters-from-oracle
The text was updated successfully, but these errors were encountered: