X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ac76a7ff043af0a4774e650049fc0b2655d655c0;hb=8db4bd9dcf5a32a5b7e42c3e66d9644a89ffbab3;hp=55d01ca4f28f4b49e0b31f1966b603e6c5dc7307;hpb=c4bf7f53b65cc4d3fc6b60a8c523672266e7a081;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index 55d01ca..ac76a7f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,39 @@ + +* Added mysql_character_set for 4.1+ -mda +* New filters, Names and Globals. -mda +* Added the initial work on a template based Dia UML producer. -mda + +# ----------------------------------------------------------- +# 0.7 2005-06-10 +# ----------------------------------------------------------- +* YAML parser supports extra attributes on tables. + +* All schema objects now support the extra attribute, so can + have arbitary name/value data attached to them. + +* 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. + - mysql_charset and mysql_collate extra attributes for tables and fiels. + + # ----------------------------------------------------------- # 0.06 2004-05-13 # -----------------------------------------------------------