mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
General internal cleanups in the oo1 API.
FossilOrigin-Name: f9db664f756f3707afcb5dce87f6d946625848f27ea84337af68de72d4ad6c6b
This commit is contained in:
@ -354,7 +354,7 @@
|
||||
T.assert(g64(pMin) === minMaxI64[0]).
|
||||
assert(minMaxI64[0] === db.selectValue("select ?",g64(pMin))).
|
||||
assert(minMaxI64[1] === db.selectValue("select ?",g64(pMax)));
|
||||
const rxRange = /out of range for int64/;
|
||||
const rxRange = /out of range for storing as int64/;
|
||||
T.mustThrowMatching(()=>{db.prepare("select ?").bind(minMaxI64[0] - BigInt(1))},
|
||||
rxRange).
|
||||
mustThrowMatching(()=>{db.prepare("select ?").bind(minMaxI64[1] + BigInt(1))},
|
||||
|
Reference in New Issue
Block a user