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

sql: experimental_serial_normalization=sql_sequence doesn't work with camelcase tables #40964

Closed
jordanlewis opened this issue Sep 21, 2019 · 0 comments · Fixed by #40965
Closed
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.

Comments

@jordanlewis
Copy link
Member

root@127.0.0.1:49962/movr> set experimental_serial_normalization=sql_sequence;
SET

Time: 235µs

root@127.0.0.1:49962/movr> create table "Foo" (a serial);
pq: relation "foo_a_seq" does not exist
@jordanlewis jordanlewis added the C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. label Sep 21, 2019
@craig craig bot closed this as completed in 9dd1564 Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant