From 0e418ef78bbd3c8291aac79f0da96c1651c3c9f4 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 24 Oct 2000 21:45:37 +0000 Subject: [PATCH] version 0.14 --- Changes | 3 +++ DBSchema.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 5aa7b40..2af56f0 100644 --- 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 diff --git a/DBSchema.pm b/DBSchema.pm index e88baa8..e24cd72 100644 --- a/DBSchema.pm +++ b/DBSchema.pm @@ -14,7 +14,7 @@ use DBIx::DBSchema::ColGroup::Index; #@ISA = qw(Exporter); @ISA = (); -$VERSION = "0.13"; +$VERSION = "0.14"; =head1 NAME -- 2.11.0