Skip to content

Conversation

@gregoa
Copy link
Contributor

@gregoa gregoa commented Jan 17, 2022

In Debian we are currently applying the following patch to UR.
We thought you might be interested in it too.

Description: Fix test failure with newer (DBD::)SQLite
 ```
 t/URT/t/04a_sqlite.t
 �
 not ok 80 - column details for table inline are correct

 #   Failed test 'column details for table inline are correct'
 #   at t/URT/t/04a_sqlite.t line 53.
 #     Structures begin differing at:
 #          $got->[0]{DATA_TYPE} = 'INTEGER'
 #     $expected->[0]{DATA_TYPE} = 'integer'
 # Looks like you failed 1 test of 80.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/80 subtests 
 ```
 Use Test::Deep's cmp_deeply to be able to check against a case-insenstive regexp.
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2022-01-17

The patch is tracked in our Git repository at
https://salsa.debian.org/perl-team/modules/packages/libur-perl/raw/master/debian/patches/sqlite-case-insensitve.patch

Thanks for considering,
gregor herrmann,
Debian Perl Group

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant