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: fix behavior of SERIAL columns on mixed-case tables #40965

Merged
merged 1 commit into from
Sep 23, 2019

Commits on Sep 22, 2019

  1. sql: fix behavior of SERIAL columns on mixed-case tables

    When `experimental_serial_normalization` is set to `sql_sequence`, there
    was previously an issue with mixed-case tables - the created sequence
    wouldn't be quoted properly. This fixes the issue.
    
    Release note (sql change): fix behavior of SERIAL columns on mixed-case
    tables when experimental_serial_normalization=sql_sequence.
    Release justification: low-risk bugfix.
    jordanlewis committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    7cdfbc1 View commit details
    Browse the repository at this point in the history