Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
safe bigints for better-sqlite3 changeset pulling
better-sqlite3 is garbage at handling bigints. It truncates integers without warning if they are > 2^53. You can change the behavior to treat all integers as bigints but this is problematic too since not all ints are bigints. Anyway... enable this behavior for the `changes` statements where all numbers can be 2^64.
- Loading branch information