Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-20 | fix: add check to sqlite extension loading logic (#5773) | 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_INTEGER | 1 | -0/+2 | ||
2022-08-12 | Add missing sqlite3 symbol | 1 | -0/+5 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+202 | ||