X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=02ab2c608c0c74942293599c487caca6d58c8734;hb=cf915bd8314fb9cd781f1d65cb398cbb98b6ad3b;hp=875cc56e80928a38ae8f0897cc2a5676d553bb56;hpb=83551ff33440778f485074b606c2dff82287cabd;p=dbsrgits%2FSQL-Translator.git diff --git a/Changes b/Changes index 875cc56..02ab2c6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,21 @@ + +* De-linkify XML namespace in docs (RT#81838) +* Allow both single and double quotes for values in MySQL parser +* Fix diff for altering two things per column - add ; at the end +* Call all diff methods in list context (it can be merged later) +* Fix Pg diff issue with drop constraint on primary keys +* SQLite support for SET NULL, SET DEFAULT and NO ACTION in FK clauses +* Clean up properly after Parser::DBI::PostgreSQL tests +* Fix typos in error messages +* Add SQL_TINYINT and SQL_BIGINT to the type map in + SQL::Translator::Schema::Field + +# ---------------------------------------------------------- +# 0.11016 2012-10-09 +# ---------------------------------------------------------- + +* Allow passing an arrayref to SQLT->filename (lost in Mooification) + # ---------------------------------------------------------- # 0.11015 2012-10-05 # ----------------------------------------------------------