Add specific methods for adding foreign keys and indexes for MySQL
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DBI / MySQL.pm
2010-02-20 Graham Barr Add specific methods for adding foreign keys and indexe...
2010-02-20 Graham Barr If schema name is unspecified, select from database
2009-08-07 Justin Hunter forgot a pesky semicolon
2009-08-05 Justin Hunter initial mysql dbi parser role
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 proper parsing, using add_* instead of throwing a whole...
2009-06-21 Justin Hunter fix some schema object issues
2009-06-20 Justin Hunter get parsing working
2009-06-16 Justin Hunter some dbi parser magic
2009-06-06 Justin Hunter oops, these really do have content
2009-06-06 Justin Hunter checking in changes