Files
bun.sh/test/js/sql
Sosuke Suzuki 3950a801ce test(sql): fix MySQL BigInt binding test expectations
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
2026-02-26 19:05:03 +09:00
..
2025-08-19 23:15:53 -07:00
2025-08-01 22:41:05 -07:00