mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Tweak for 3.37.0
This commit is contained in:
parent
d83bd84606
commit
ba4f472e73
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ for my $call_func (@CALL_FUNCS) {
|
|||
my $data = $dbh->$call_func(undef, 'foo', 'id', 'table_column_metadata');
|
||||
ok $data && ref $data eq ref {}, "got a metadata";
|
||||
ok $data->{auto_increment}, "id is auto incremental";
|
||||
is $data->{data_type} => 'integer', "data type is correct";
|
||||
is lc($data->{data_type}) => 'integer', "data type is correct";
|
||||
ok $data->{primary}, "id is a primary key";
|
||||
ok !$data->{not_null}, "id is not null";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue