aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/sqlite/lazy_sqlite3.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-20fix: add check to sqlite extension loading logic (#5773)Gravatar Liz 1-0/+4
The sqlite3 logic to dynamically load extensions can be disabled to save space, which macos does by default. sqlite3 provides a api to check for these compile time settings at runtime, we can use that to throw a js error rather then crashing. It is worth noting though that the api to check for these settings at runtime itself can be disabled through SQLITE_OMIT_COMPILEOPTION_DIAGS but this seams to be a edge case.
2022-11-21[bun:test] Add test for returning MAX_SAFE_INTEGERGravatar Jarred Sumner 1-0/+2
2022-08-12Add missing sqlite3 symbolGravatar Jarred Sumner 1-0/+5
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 1-0/+202