projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7313cec
)
release 0.011018 🎃
v0.011018
v0.11018
Arthur Axel 'fREW' Schmidt [Thu, 31 Oct 2013 13:58:32 +0000 (08:58 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/SQL/Translator.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
8ed52c6
..
64ce0c6
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Changes for SQL::Translator
+0.11018 2013-10-31 🎃
+
* Revert "Fix AUTOINCREMENT in SQLite"
0.11017 2013-10-30
diff --git
a/lib/SQL/Translator.pm
b/lib/SQL/Translator.pm
index
a7d4850
..
5169b8b
100644
(file)
--- a/
lib/SQL/Translator.pm
+++ b/
lib/SQL/Translator.pm
@@
-3,7
+3,7
@@
package SQL::Translator;
use Moo;
our ( $DEFAULT_SUB, $DEBUG, $ERROR );
-our $VERSION = '0.11017';
+our $VERSION = '0.11018';
$DEBUG = 0 unless defined $DEBUG;
$ERROR = "";