Just fixed some whitespace.
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 3b7916f..66faff2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,24 @@
 # ----------------------------------------------------------
 # 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
+# ----------------------------------------------------------
 * Multiple test and dependency adhustments to make smokers happy
 * Fix YAML producer wrt extra attribute
 * Added support for "time(stamp) (p) with time zone" for Pg producer (mo)
 
-
 # ----------------------------------------------------------
 # 0.09005 2009-06-08
 # ----------------------------------------------------------