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

feat: support bit-reversed sequences #214

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

olavloite
Copy link
Collaborator

Adds support for creating and dropping bit-reversed sequences. Renaming a sequence is still not supported.

The minValue and maxValue properties in Liquibase do not have a corresponding property in Cloud Spanner, but at the same time, Cloud Spanner has skip_range_min and skip_range_max, which are not available in Liquibase. The minValue van maxValue properties in Liquibase are therefore mapped to the skip-range values in Cloud Spanner.

Adds support for creating and dropping bit-reversed sequences. Renaming
a sequence is still not supported.

The minValue and maxValue properties in Liquibase do not have a
corresponding property in Cloud Spanner, but at the same time, Cloud
Spanner has skip_range_min and skip_range_max, which are not available
in Liquibase. The minValue van maxValue properties in Liquibase are
therefore mapped to the skip-range values in Cloud Spanner.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant