X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=73a731a589ffab7c2de55a9ea578c8c56a6579ff;hb=abf315bb9c2c78e40da9af6519e5daae76d60f08;hp=ed19340dd0e205bd4426e25995b67a0ab16da13c;hpb=5a0c7b434ab26721269fb21199e93568cf17bd83;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index ed19340..73a731a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +# ----------------------------------------------------------- +# 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. @@ -21,6 +26,7 @@ * 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. # -----------------------------------------------------------