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

Support for Id generation in Oracle using quoted identifiers #1666

Closed
schauder opened this issue Nov 17, 2023 · 0 comments
Closed

Support for Id generation in Oracle using quoted identifiers #1666

schauder opened this issue Nov 17, 2023 · 0 comments
Labels
type: enhancement A general enhancement

Comments

@schauder
Copy link
Contributor

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

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
@mp911de mp911de changed the title Fully support Id generation for Oracle Support for Id generation in Oracle using quoted identifiers Nov 20, 2023
@mp911de mp911de modified the milestone: 3.1.7 (2023.0.7) Nov 20, 2023
mp911de pushed a commit that referenced this issue Nov 20, 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
Original pull request: #1667
mp911de added a commit that referenced this issue Nov 20, 2023
Reformat code.

See #1666
Original pull request: #1667
mp911de pushed a commit that referenced this issue Nov 20, 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
Original pull request: #1667
mp911de added a commit that referenced this issue Nov 20, 2023
Reformat code.

See #1666
Original pull request: #1667
mp911de added a commit that referenced this issue Nov 20, 2023
Reformat code.

See #1666
Original pull request: #1667
@mp911de mp911de added the type: enhancement A general enhancement label Nov 20, 2023
mp911de pushed a commit that referenced this issue Nov 20, 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
Original pull request: #1667
mp911de added a commit that referenced this issue Nov 20, 2023
Reformat code.

See #1666
Original pull request: #1667
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
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants