Just fixed some whitespace.
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 454e0c8..66faff2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,8 +2,15 @@
 # x.xxxxx xxxx-xx-xx
 # ----------------------------------------------------------
 
+# ----------------------------------------------------------
+# 0.09007 2009-06-25
+# ----------------------------------------------------------
 * Fixed Pg parser - caching the compiled P::RD schema is a *very*
   bad idea
+* Fix MSSQL handling of ON UPDATE/DELETE RESTRICT
+* Delay MSSQL FK constraint deployment until after all CREATE TABLE
+  statements
+* Coerce other engine's bytea/blob/clob datatypes to VarBinary
 
 # ----------------------------------------------------------
 # 0.09006 2009-06-10