projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
25c74c4
)
Release 0.11010
v0.11010
Amiri Barksdale at Home [Wed, 5 Oct 2011 15:40:55 +0000 (08:40 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/SQL/Translator.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
8f1c6e4
..
29dda64
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+# ----------------------------------------------------------
+# 0.11010 2011-10-05
+# ----------------------------------------------------------
* Add "if exists" to drop view statements in Pg.
diff --git
a/lib/SQL/Translator.pm
b/lib/SQL/Translator.pm
index
af23b62
..
371e62a
100644
(file)
--- a/
lib/SQL/Translator.pm
+++ b/
lib/SQL/Translator.pm
@@
-24,7
+24,7
@@
use base 'Class::Base';
require 5.005;
-$VERSION = '0.11009';
+$VERSION = '0.11010';
$DEBUG = 0 unless defined $DEBUG;
$ERROR = "";