in reply to Re^2: DBI with SQLite vs DBIX::Class search failing
in thread DBI with SQLite vs DBIX::Class search failing

In #dbix-class chat it was pointed out:

<ilmari> the DBIC one ins showing bind_param(1, 441224900999, ...), wh +ile the plain DBI one shows bind_param(1, 441224900999) <ilmari> DBIC binds integer columns as SQL_BIGINT
I'm going to switch to Test::Postgresql58 to match our prod Dbs. Thanks all!