You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on the DB vendor, a different value type for BigInt fields is returned. For example, for PostgreSQL it's a string (as expected) whereas for SQLite it's a number:
Depending on the DB vendor, a different value type for BigInt fields is returned. For example, for PostgreSQL it's a string (as expected) whereas for SQLite it's a number:
Noticed in #21957.
better-sqlite3
, however that might also not work at the moment due to fix: precision lost with bigint in sqlite3 knex/knex#5482bigNumberStrings
option, see https://github.com/mysqljs/mysql?tab=readme-ov-file#connection-optionsmysql
withmysql2
#19361 where it might be the default behaviorSlightly related, because it might also be inconsistent: #20615 (knex/knex#387)
The text was updated successfully, but these errors were encountered: