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

Skip trying to create sequences in Oracle #10

Merged
merged 1 commit into from Mar 11, 2016

Conversation

TBSliver
Copy link
Contributor

@TBSliver TBSliver commented Mar 9, 2016

In Oracle, unlike in Postgres, you have to completely drop and recreate a sequence if you want to change the current value - or do custom increment/decrement logic for it. This means that making this work in a universal way is extremely difficult if not impossible. If this proves to be an issue in the future, this can be revisited.

In Oracle, unlike in Postgres, you have to completely drop and recreate a
sequence if you want to change the current value - or do custom
increment/decrement logic for it. This means that making this work in a
universal way is extremely difficult if not impossible. If this proves to be an
issue in the future, this can be revisited.
@dbsrgits-sync dbsrgits-sync merged commit 5487ad1 into master Mar 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants