Small values in BIGINT columns are returned as Number (not BigInt) by MySQL even with bigint: true. Focus the test on: 1. INSERTs succeed without ERR_OUT_OF_RANGE (the actual regression) 2. Boundary values (i64 min/max, u64 max) round-trip as BigInt