fix for storing comments using Moose::Autobox and ->flatten
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DDL / SQLite.pm
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