mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
removed a type test in rt_40594_nullable.t
This commit is contained in:
parent
f04f766d71
commit
90cf41a773
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,7 @@ BEGIN {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
plan tests => 7;
|
plan tests => 6;
|
||||||
|
|
||||||
my $dbh = connect_ok();
|
my $dbh = connect_ok();
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ ok $sth->execute;
|
||||||
my $expected = {
|
my $expected = {
|
||||||
NUM_OF_FIELDS => 4,
|
NUM_OF_FIELDS => 4,
|
||||||
NAME_lc => [qw/id col1 col2 col3/],
|
NAME_lc => [qw/id col1 col2 col3/],
|
||||||
TYPE => [qw/INTEGER varchar(2) varchar(2) char(2)/],
|
|
||||||
NULLABLE => [qw/0 0 1 0/],
|
NULLABLE => [qw/0 0 1 0/],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue