Add DECIMAL_DIGITS to SQLServer size field for scale info
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 7bb611c..95aaf23 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,20 @@
+* Apply quotes to fix tables that are reserved words, DBI::SQLServer (Jonathan C. Otsuka)
+* Add DECIMAL_DIGITS to field size for scale info, DBI::SQLServer (Jonathan C. Otsuka)
+* 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)
 
 # ----------------------------------------------------------