Add support for optional monotonically increasing sqlite autoincrement
authorIvan Baidakou <basiliscos@openmailbox.com>
Mon, 8 Dec 2014 05:49:06 +0000 (08:49 +0300)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 5 Mar 2015 11:28:15 +0000 (12:28 +0100)
commit7f3f64d7569376436130a955eb3c9e6b30284c34
tree9583c5035973d2e5e6b0ab442e8070ea6bc0384d
parente559989c848e1977ef30d593a41b098a8f60ab4e
Add support for optional monotonically increasing sqlite autoincrement

Enabled with $field->extra->{auto_increment_type} = 'monotonic'
AUTHORS
Changes
lib/SQL/Translator/Generator/DDL/SQLite.pm
t/56-sqlite-producer.t