Subject: | 1.001018 mindlessly disables a valid test |
Regardless of the reasoning behind this change, switching the value of a
row called "big PK" to a regular size int can not be a sane solution.
Given the actual reason for the error[1] the available sane options (in
order of desirability) are:
* Add a ternary for a 64/32 int being supplied depending on SQLite version
or
* Bump required SQLite version
Cheers
[1] https://metacpan.org/source/FREW/DBIx-Class-0.08203/t/752sqlite.t#L144