Add DECIMAL_DIGITS to SQLServer size field for scale info
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 57d4b01..95aaf23 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,5 @@
 * 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