X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ed19340dd0e205bd4426e25995b67a0ab16da13c;hb=31cf3a5441c7796b09b5609fa70d92d5c3e2d200;hp=51639e72500e6a8f6f5b91ab6a0938ec8136c454;hpb=7fc383483b07ce70e49d6c3680a7ebb854615240;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index 51639e7..ed19340 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,25 @@ * Refactoring: Added SQL::Translator::Schema::Object - base class for all Schema objects. +* Changes to MySQL Parser (Dave Howorth) + - ignore INSERT statements + - permit ALTER TABLE ADD FOREIGN KEY + - allow trailing comma on last field in CREATE statements + - collect the database name + +* TTSchema Producer + - Can pass extra variables using tt_vars producer arg. + - Can pass extra config using tt_conf producer arg. + - Variables and config can be passed on the command line + with --tt-var and --tt-conf options to sqlt. + +* Added schema filters. + +* MySQL Producer + - Added 'mysql_table_type' extra attribute on tables. + - Works out InnoDB tables from constraints. + + # ----------------------------------------------------------- # 0.06 2004-05-13 # -----------------------------------------------------------