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

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

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.

DO NOT MERGE: This should only be merged once we have THEN RETURN support.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Indicates a pull request not ready for merge, due to either quality or timing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant