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

Creating unique index with STORING key word creates an unique index with the stored field in spanner emulator #161

Open
johnnyhighnote opened this issue Mar 5, 2024 · 0 comments

Comments

@johnnyhighnote
Copy link

CREATE UNIQUE INDEX some_udx ON table1(field1, field2) STORING (field3);

spanner emulator has a unqiue index now with (field1,field2,field3)

On the real spanner this doesn't seem to be the case

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

No branches or pull requests

1 participant