Fixed autoincrement in primary keys for SQLite
authorrporres <rporres@gmail.com>
Tue, 12 Feb 2013 09:05:56 +0000 (10:05 +0100)
committerRobert Bohne <rbo@cpan.org>
Sun, 29 Sep 2013 19:16:47 +0000 (21:16 +0200)
commit11a18d74acc97e17f5dbe5faa9d94696904da63e
treedb6c735b2c83273f7e3ae6c978af303963484c93
parent588a60b871cc92558e31a8b72cd301fbef3bf762
Fixed autoincrement in primary keys for SQLite

SQLite autoincrement feature behaves differently in primary keys
and non-primary keys.  SQLite generator must take into account
autoincrement in primary keys when generating schemas.
AUTHORS
lib/SQL/Translator/Generator/DDL/SQLite.pm
t/30sqlt-new-diff-sqlite.t
t/48xml-to-sqlite.t
t/56-sqlite-producer.t