Skip to content

Cherry-pick: Fix reset sequences crash with case-sensitive column names (#1509) #5

@GingerAdonis

Description

@GingerAdonis

Upstream PR

dimitri#1509

Summary

pg_get_serial_sequence column name arg was wrapped in quote_ident(), producing double-quoted identifiers that caused column ""colName"" does not exist errors. Fix removes quote_ident() from the column name parameter.

Files

  • src/pgsql/pgsql-create-schema.lisp

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcomponent: schemaDDL generation, schema discovery, indexessource: pgsqlPostgreSQL-to-PostgreSQL migrations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions