Ints bound as DBI::SQL_BIGINT on SQLite < 1.37 do not work in functions
For all the meticulous testing of
04ab4eb1, 1363f0f5 and f3b1224b I
failed to notice that functions no longer work when they encounter
numbers bound as bigint (may as well have not bound them at all).
Happened due to shortsighted testing methodology as described in the
commit msg of
f3b1224b, a rudimentary MDV will be introduced in a later
commit to ensure this doesn't happen anymore.
Fix this by explicitly requirung DBD::SQLite 1.37 for bigint operations.
Examine patch under -w