Fix incorrect serial instead of bigserial in PG
authorAndrew Beverley <a.beverley@ctrlo.com>
Tue, 29 Sep 2015 09:19:00 +0000 (10:19 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 5 Nov 2015 11:32:21 +0000 (12:32 +0100)
commit9d430e0976994de076ebb0602651e9e0eca332da
tree1851690e5ee8ac0a4a1abcb173d86ff2402510eb
parent0b20d4687cc692b666734c4e44689daeafa0e78c
Fix incorrect serial instead of bigserial in PG

When generating PostgreSQL, auto-incrementing bigint columns are
incorrectly converted to serial types. Instead they should be
converted to bigserial.
Changes
lib/SQL/Translator/Producer/PostgreSQL.pm
t/47postgres-producer.t