[Bast-commits] r5385 - DBIx-Class/0.08/trunk/t
castaway at dev.catalyst.perl.org
castaway at dev.catalyst.perl.org
Fri Jan 30 14:33:24 GMT 2009
Author: castaway
Date: 2009-01-30 14:33:24 +0000 (Fri, 30 Jan 2009)
New Revision: 5385
Modified:
DBIx-Class/0.08/trunk/t/745db2.t
Log:
DB2 compat: add new artist rank field to col_info_for test
Modified: DBIx-Class/0.08/trunk/t/745db2.t
===================================================================
--- DBIx-Class/0.08/trunk/t/745db2.t 2009-01-30 14:32:42 UTC (rev 5384)
+++ DBIx-Class/0.08/trunk/t/745db2.t 2009-01-30 14:33:24 UTC (rev 5385)
@@ -60,6 +60,11 @@
'is_nullable' => 1,
'size' => 10
},
+ 'rank' => {
+ 'data_type' => 'INTEGER',
+ 'is_nullable' => 1,
+ 'size' => 10
+ },
};
More information about the Bast-commits
mailing list