[DBIx-Class-Devel] [Perl5/DBIx-Class] Add patch to fix test failures with SQlite 3.37.0 (PR #142)

Peter Rabbitson notifications at github.com
Thu Jan 20 01:32:10 GMT 2022


> If the metadata has some significant role in DBIC

It has no significance to DBIC but it does have significance to users who might be doing `if $column_info eq 'integer'` or some case sensitive match, or who knows what ;)

I am definitely going to `lc()` this in software, and provide a consistent value in the colinfo structures. The only question ( and why I `@`ed you ) is: does this `lc()` live in DBIC or in DBD::SQLite. It's fine either way for me, but I need to know ;) 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/Perl5/DBIx-Class/pull/142#issuecomment-1017028925
You are receiving this because you are subscribed to this thread.

Message ID: <Perl5/DBIx-Class/pull/142/c1017028925 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20220119/565420fa/attachment.htm>


More information about the DBIx-Class-Devel mailing list