[DBIx-Class-Devel] [dbsrgits/sql-translator] Fix bugs in Parser::DBI::PostgreSQL data_type, size, and default_value (PR #155)

M Conrad notifications at github.com
Thu Feb 23 23:10:33 GMT 2023


If by "quoting" you mean column name quoting, that would be related to #154 where quoting the names of the columns in an index prevents extra info from being appended to the column name.  This one is about value quoting, where Postgres reading default values of columns get an extra layer of quotes around them.  My only guess would be that nobody is both schema-loading and then ``->deploy``ing that same loaded schema?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/pull/155#issuecomment-1442552927
You are receiving this because you are subscribed to this thread.

Message ID: <dbsrgits/sql-translator/pull/155/c1442552927 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20230223/51effaba/attachment-0001.htm>


More information about the DBIx-Class-Devel mailing list