Merge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Mon, 20 Mar 2006 03:34:28 +0000 (03:34 +0000)]
1  2 
t/lib/sqlite.sql
t/run/04db.tl

Simple merge
diff --cc 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');