[DBIx-Class-Devel] [sql-translator] Fix incorrect serial instead of bigserial in PG (#72)

Andy Beverley notifications at github.com
Tue Sep 29 09:22:53 GMT 2015


When generating PostgreSQL, auto-incrementing bigint columns are incorrectly converted to serial types. Instead they should be converted to bigserial.
You can view, comment on, or merge this pull request online at:

  https://github.com/dbsrgits/sql-translator/pull/72

-- Commit Summary --

  * Fix incorrect serial instead of bigserial in PG

-- File Changes --

    M lib/SQL/Translator/Producer/PostgreSQL.pm (2)

-- Patch Links --

https://github.com/dbsrgits/sql-translator/pull/72.patch
https://github.com/dbsrgits/sql-translator/pull/72.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/pull/72
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20150929/030aec21/attachment.htm>


More information about the DBIx-Class-Devel mailing list