Release 0.09007
Peter Rabbitson [Thu, 25 Jun 2009 00:01:41 +0000 (00:01 +0000)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index df82e83..66faff2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@
 # 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
index 450b9c7..b5f3203 100644 (file)
@@ -24,7 +24,7 @@ use base 'Class::Base';
 
 require 5.005;
 
-$VERSION  = '0.09006';
+$VERSION  = '0.09007';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";