From: Matt S Trout Date: Mon, 20 Mar 2006 03:34:28 +0000 (+0000) Subject: Merge 'trunk' into 'DBIx-Class-current' X-Git-Tag: v0.07002~75^2~293 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=591201eb9133d1f52957814f16531737e5502b96;p=dbsrgits%2FDBIx-Class.git Merge 'trunk' into 'DBIx-Class-current' --- 591201eb9133d1f52957814f16531737e5502b96 diff --cc t/run/04db.tl index 2c91ed8,57aa819..6292fef --- a/t/run/04db.tl +++ b/t/run/04db.tl @@@ -38,13 -38,8 +38,13 @@@ my $test_type_info = 'name' => { 'data_type' => 'varchar', 'is_nullable' => 0, - 'size' => undef, + 'size' => 100, - } + }, + 'position' => { + 'data_type' => 'INTEGER', + 'is_nullable' => 0, + 'size' => undef, + }, }; is_deeply($type_info, $test_type_info, 'columns_info_for - column data types');