version 0.14 DBIx_DBSchema_0_14
authorivan <ivan>
Tue, 24 Oct 2000 21:45:37 +0000 (21:45 +0000)
committerivan <ivan>
Tue, 24 Oct 2000 21:45:37 +0000 (21:45 +0000)
Changes
DBSchema.pm

diff --git a/Changes b/Changes
index 5aa7b40..2af56f0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension DBIx::DBSchema.
 
+0.14  Tue Oct 24 14:43:16 2000
+        - MySQL handling of SERIAL type (change to INTEGER AUTO_INCREMENT)
+
 0.13  Wed Oct 11 10:47:13 2000
         - fixed up type mapping foo, added default values, added named
           parameters to Column->new, fixed quoting of default values
index e88baa8..e24cd72 100644 (file)
@@ -14,7 +14,7 @@ use DBIx::DBSchema::ColGroup::Index;
 #@ISA = qw(Exporter);
 @ISA = ();
 
-$VERSION = "0.13";
+$VERSION = "0.14";
 
 =head1 NAME