primary key fix
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DDL / MySQL.pm
2010-01-18 Justin Hunter primary key fix
2009-12-03 Justin Hunter make sure reference_fields/reference_columns is not...
2009-09-08 Justin Hunter allow options to be handled
2009-09-08 Justin Hunter parse engine version
2009-09-08 Justin Hunter fix import issues
2009-09-08 Justin Hunter yank out the normalizing of fields
2009-09-08 Justin Hunter comments must be add_ed not done in the constructor
2009-08-25 Justin Hunter parse mysql ddl procedures & views
2009-08-25 Justin Hunter fix mysql ddl constraint parsing
2009-08-23 Justin Hunter table is required for Indx
2009-08-23 Justin Hunter add table to objects that need it
2009-08-23 Justin Hunter cleanup and standardization
2009-08-22 Justin Hunter add MySQL 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