unless ($dsn && $user && $pass);
-plan tests => 36;
+plan tests => 37;
DBICTest::Schema->load_classes( 'Casecheck', 'ArrayTest' );
my $schema = DBICTest::Schema->connect($dsn, $user, $pass);
'columns_info_for - column data types');
SKIP: {
- skip "SQL::Abstract < 1.50 does not pass through arrayrefs", 3
- if $SQL::Abstract::VERSION < 1.50;
+ skip "SQL::Abstract < 1.49 does not pass through arrayrefs", 3
+ if $SQL::Abstract::VERSION < 1.49;
lives_ok {
$schema->resultset('ArrayTest')->create({
SKIP: {
- skip "SQL::Abstract < 1.50 does not pass through arrayrefs", 2 if $SQL::Abstract::VERSION < 1.50;
+ skip "SQL::Abstract < 1.49 does not pass through arrayrefs", 2
+ if $SQL::Abstract::VERSION < 1.49;
my ($sql, @bind) = $sql_maker->insert(
'lottery',
);
SKIP: {
- skip "SQL::Abstract < 1.50 does not support hashrefs in order_by", 2 if $SQL::Abstract::VERSION < 1.50;
+ skip "SQL::Abstract < 1.49 does not support hashrefs in order_by", 2
+ if $SQL::Abstract::VERSION < 1.49;
($sql, @bind) = $sql_maker->select(
[