Skip Menu |

This queue is for tickets about the DBIx-Class-InflateColumn-Serializer CPAN distribution.

Report information
The Basics
Id: 86304
Status: resolved
Worked: 30 min
Priority: 0/
Queue: DBIx-Class-InflateColumn-Serializer

People
Owner: MRUIZ [...] cpan.org
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.06



Subject: Inconsistent test schema causes test failures when DBICTEST_SQLT_DEPLOY is set
The envvar DBICTEST_SQLT_DEPLOY causes DBICTest to use SQL::Translator instead of the bundled sql script when initializing the test database. This uncovers an issue with the test suite attempting to insert NULLs as primary key values, which is illegal under most RDBMS (including MySQL under strict mode). To replicate: `DBICTEST_SQLT_DEPLOY=1 cpanm -v DBIx::Class::InflateColumn::Serializer`
Hi, I have fixed this and pushed a release to CPAN. Please confirm it is working for you as well, and I'll mark this as fixed. Thank you!