Add support for optional monotonically increasing sqlite autoincrement
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Generator / DDL / SQLite.pm
2015-03-05 Ivan Baidakou Add support for optional monotonically increasing sqlit...
2013-10-31 Arthur Axel 'fREW... Revert "Fixed autoincrement in primary keys for SQLite"
2013-10-30 rporres Fixed autoincrement in primary keys for SQLite
2012-05-10 Peter Rabbitson Moar documentation, shape up license/copyright notices
2012-05-10 Peter Rabbitson This seems to no longer be used anywhere...?
2012-05-07 Arthur Axel 'fREW... fix excepted and scalarref quoting for DEFAULTS in...
2012-05-07 Arthur Axel 'fREW... fix sizeless types and typemap for SQLite
2012-05-07 Arthur Axel 'fREW... fix list of numeric types for SQLite
2012-05-01 Arthur Axel 'fREW... assign copyright to my new files
2012-04-27 Arthur Axel 'fREW... Default SQLite quoting to off until we are capable...
2012-02-04 Arthur Axel 'fREW... migrate duplicated code into role
2012-02-04 Arthur Axel 'fREW... lazify things
2012-02-04 Arthur Axel 'fREW... better
2012-02-04 Arthur Axel 'fREW... use future stuff for SQLite field generation
2012-02-04 Arthur Axel 'fREW... initial SQLite Producer object