Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-08 | Implement `process.on("beforeExit", cb)` and `process.on("exit", cb)` (#3576) | 1 | -23/+63 | ||
* Support `process.on('beforeExit')` and `process.on('exit')` * [bun:sqlite] Always call sqlite3_close on exit * Update process.test.js --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-06-06 | [breaking][bun:sqlite] `.values()` returns `[]` instead of `null` for ↵ | 1 | -0/+3 | ||
queries returning 0 results (#3219) Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-05-17 | Do the WebKit upgrade | 1 | -1/+1 | ||
2023-02-27 | fix(bun:sqlite): fix `sqliteDb.run(' ')` throwing `not an error` (#2226) | 1 | -8/+8 | ||
2023-02-11 | Backport std::forward change | 1 | -2/+2 | ||
2023-01-22 | [bun:sqlite] cleanup `run` | 1 | -4/+7 | ||
2023-01-22 | Fixes #1366 | 1 | -63/+72 | ||
2022-12-23 | Disable optimization | 1 | -61/+62 | ||
2022-12-01 | [`bun:sqlite`] ~15% perf improvement to all() and get() | 1 | -79/+157 | ||
2022-11-26 | [bun:sqlite] Fix bug with latin1 supplemental characters | 1 | -2/+5 | ||
Fixes https://github.com/oven-sh/bun/issues/1553 | |||||
2022-11-21 | [bun:sqlite] fix truncating to int32 in results (now truncates to int52) | 1 | -3/+13 | ||
TODO: bigint | |||||
2022-10-09 | Don't forget to load SQLite in Database.deserialize | 1 | -7/+16 | ||
Fixes https://github.com/oven-sh/bun/issues/1304 | |||||
2022-08-27 | Update WebKit (#1165) | 1 | -18/+18 | ||
* Update WebKit * Fix `DataView` and non-8 bit sized typed arrays with TextDecoder * New WebKit Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-17 | [bun:sqlite] Add DOMJIT to get() | 1 | -64/+122 | ||
2022-08-12 | Update WebKit | 1 | -16/+17 | ||
2022-08-12 | remove column name caches in js (#1057) | 1 | -14/+7 | ||
2022-08-12 | invalidate column name caches when the schema of table may change (#1056) | 1 | -62/+82 | ||
2022-08-08 | Update JSSQLStatement.cpp | 1 | -2/+2 | ||
2022-08-08 | fix segfault for query().all() with more than 64 properties (#1025) | 1 | -2/+9 | ||
* fix segfault for query().all() with more than 64 properties * Update src/bun.js/bindings/sqlite/JSSQLStatement.cpp Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2022-08-04 | [bun:sqlite] Fix crash when > 64 columns | 1 | -1/+4 | ||
Fixes https://github.com/oven-sh/bun/issues/987 | |||||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+1409 | ||