0.19 DBIX_DBSCHEMA_0_19
authorivan <ivan>
Tue, 23 Oct 2001 16:00:42 +0000 (16:00 +0000)
committerivan <ivan>
Tue, 23 Oct 2001 16:00:42 +0000 (16:00 +0000)
Changes
DBSchema/DBD.pm

diff --git a/Changes b/Changes
index 987313a..3845dec 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 Revision history for Perl extension DBIx::DBSchema.
 
+0.19 Tue Oct 23 08:49:12 2001
+       - documentation for %typemap
+       - preliminary Sybase driver from Charles Shapiro
+         <charles.shapiro@numethods.com> and Mitchell J. Friedman
+         <mitchell.friedman@numethods.com>.
+       - Fix Column::line to return a scalar as documented, not a list.
+       - Should finally eliminate the Use of uninitialized value at
+         ... DBIx/DBSchema/Column.pm line 251
+
 0.18 Fri Aug 10 17:07:28 2001
        - Added Table::delcolumn
        - patch from Charles Shapiro <cshapiro@numethods.com> to add
index 5ecdb5c..a4c6000 100644 (file)
@@ -74,7 +74,7 @@ L<DBIx::DBSchema::ColGroup>.
 You can define a %typemap array for your driver to map "standard" data    
 types to database-specific types.  For example, the MySQL TIMESTAMP field
 has non-standard auto-updating semantics; the MySQL DATETIME type is 
-what other databases and the ODBC standard call TIMESTAMP, so on of the   
+what other databases and the ODBC standard call TIMESTAMP, so one of the   
 entries in the MySQL %typemap is:
 
   'TIMESTAMP' => 'DATETIME',