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 #442

Merged
merged 6 commits into from
Oct 2, 2024
Merged

Conversation

olavloite
Copy link
Collaborator

@olavloite olavloite commented Sep 20, 2024

Spanner supports bit-reversed sequences, which in combination with DEFAULT column constraints can be used to auto-generate primary key values. This change adds support for creating bit-reversed sequences using Entity Framework migrations, and adds a sample for using a bit-reversed sequence to auto-generate primary key values.

Spanner supports bit-reversed sequences, which in combination with
DEFAULT column constraints can be used to auto-generate primary key
values. This change adds support for creating bit-reversed sequences
using Entity Framework migrations, and adds a sample for using a
bit-reversed sequence to auto-generate primary key values.
@olavloite olavloite added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 20, 2024
@olavloite olavloite removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 2, 2024
@olavloite olavloite merged commit 252e1f8 into main Oct 2, 2024
8 checks passed
@olavloite olavloite deleted the bit-reversed-sequence branch October 2, 2024 15:23
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.

1 participant