aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/sqlite (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-23Disable optimizationGravatar Jarred Sumner 1-61/+62
2022-12-01[`bun:sqlite`] ~15% perf improvement to all() and get()Gravatar Jarred Sumner 1-79/+157
2022-11-26[bun:sqlite] Fix bug with latin1 supplemental charactersGravatar Jarred Sumner 1-2/+5
Fixes https://github.com/oven-sh/bun/issues/1553
2022-11-21[bun:test] Add test for returning MAX_SAFE_INTEGERGravatar Jarred Sumner 1-0/+2
2022-11-21[bun:sqlite] fix truncating to int32 in results (now truncates to int52)Gravatar Jarred Sumner 1-3/+13
TODO: bigint
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 1-13/+13
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2022-10-09Don't forget to load SQLite in Database.deserializeGravatar Jarred Sumner 1-7/+16
Fixes https://github.com/oven-sh/bun/issues/1304
2022-08-27Update WebKit (#1165)Gravatar Jarred Sumner 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()Gravatar Jarred Sumner 1-64/+122
2022-08-12Update WebKitGravatar Jarred Sumner 1-16/+17
2022-08-12Add missing sqlite3 symbolGravatar Jarred Sumner 1-0/+5
2022-08-12remove column name caches in js (#1057)Gravatar Zilin Zhu 2-17/+8
2022-08-12invalidate column name caches when the schema of table may change (#1056)Gravatar Zilin Zhu 2-63/+91
2022-08-08Update JSSQLStatement.cppGravatar Jarred Sumner 1-2/+2
2022-08-08fix segfault for query().all() with more than 64 properties (#1025)Gravatar Zilin Zhu 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 columnsGravatar Jarred Sumner 1-1/+4
Fixes https://github.com/oven-sh/bun/issues/987
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 6-0/+254432