Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
perl-DBD-SQLite.34055
0001-bsc-1203442-lowercase-test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-bsc-1203442-lowercase-test.patch of Package perl-DBD-SQLite.34055
From b11d64c5f6145de92a29448902bc60a0c1f61a64 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki <ishigaki@cpan.org> Date: Thu, 2 Dec 2021 01:25:48 +0900 Subject: [PATCH] Tweak for 3.37.0 --- t/51_table_column_metadata.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/51_table_column_metadata.t b/t/51_table_column_metadata.t index f6a6d70..7c63b59 100644 --- a/t/51_table_column_metadata.t +++ b/t/51_table_column_metadata.t @@ -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"; } -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor