fix up is_nullable and is_unique being wrong at times
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DDL / SQLite.pm
2010-09-22 Justin Hunter fix up is_nullable and is_unique being wrong at times
2010-09-22 Justin Hunter formatting fixes
2010-02-24 Justin Hunter fix SQLite parsing and code clean up
2010-02-10 Justin Hunter yes, we want column comments for SQLite
2010-02-10 Justin Hunter remove sort
2009-12-01 Justin Hunter fix for storing comments using Moose::Autobox and ...
2009-09-05 Justin Hunter remove needless comments
2009-09-05 Justin Hunter make sure reference fields is an arrayref
2009-09-05 Justin Hunter need to sort tables to ensure ordering
2009-09-05 Justin Hunter fix spelling error
2009-08-23 Justin Hunter cleanup, mainly create objects before adding them
2009-08-22 Justin Hunter add SQLite ddl parsing
2009-07-23 Justin Hunter move to MooseX::Declare
2009-07-02 Justin Hunter move from no Moose[::Role] to use namespace::autoclean
2009-07-02 Justin Hunter use Moose::Role gets accompanied with no Moose::Role
2009-07-02 Justin Hunter make these roles
2009-06-09 Justin Hunter move to a DDL dir