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

oci8: detect auto-numbering sequence in _insertID() #936

Open
dregad opened this issue Mar 17, 2023 · 0 comments
Open

oci8: detect auto-numbering sequence in _insertID() #936

dregad opened this issue Mar 17, 2023 · 0 comments
Labels
enhancement OCI8 (Oracle) Oracle DBMS (Tier 1)

Comments

@dregad
Copy link
Member

dregad commented Mar 17, 2023

If there is no auto-increment column in the table, the _insertID() function should just return immediately instead of doing the whole code flow including the getOne() at the end.

This is a follow-up on #933

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement OCI8 (Oracle) Oracle DBMS (Tier 1)
Projects
None yet
Development

No branches or pull requests

1 participant