I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add the --buildonly and --dryrun options to testrunner.tcl. More... about 1 year ago
Incremental progress toward getting json_each() and json_tree() to work directly off of a JSONB blob. More... about 1 year ago
Allow a pattern to filter test scripts to be appended to testrunner.tcl "mdevtest", "sdevtest" and "release" commands. e.g. "tclsh test/testrunner.tcl sdevtest fts5%". More... about 1 year ago
Get all CLI print calls which went to stdout in 3.44.0 to continue going to stdout. More... about 1 year ago
Fix jsonParseReset() to properly clear the JsonParse.aBlob element. More... about 1 year ago
Omit precompiled binaries from the source tree. More... about 1 year ago
Omit the precompiled binary from the source tree. More... about 1 year ago
Merge the latest trunk enhancements and fixes into the jsonb branch. More... about 1 year ago
CLI .output/.once to not redirect ".timer on" results. More... about 1 year ago
Fix an fts5 problem that could occur when mixing regular and secure delete operations on a single table. More... about 1 year ago
Fix output redirect bug reported in [forum:/forumpost/cbf4933cfeee74bb|the forum]. More... about 1 year ago
Minor doc fix in src/betreeInt.h, prompted by an email report. No code changes. More... about 1 year ago
For CLI build with unused function warnings on, #ifdef out a console I/O function, fPutbUtf8(). More... about 1 year ago
Add documentation for new fts5 auxiliary function APIs. More... about 1 year ago
Defer building xInstToken() hash-table until it is to be used. More... about 1 year ago
Fix tokendata=1 and xInstToken() APIs for detail=none and detail=column tables. More... about 1 year ago
Correct the URL for loading sqlite3-worker1-bundler-friendly.mjs from sqlite3-worker1-promiser-bundler-friendly.js, so that the promiser can be used in bundler-using environments. Problem reported via email. More... about 1 year ago
Inserts invalid JSONB should return "malformed JSON", not a json path error. More... about 1 year ago
Direct editing of JSONB using json_insert() and json_set(). More... about 1 year ago
Correct blob-to-text rendering in some corner cases. More... about 1 year ago
Merge console I/O changes for Windows CLI. More... about 1 year ago
Fix the translation of JSON5 numeric values from BLOB into text. More... about 1 year ago
Merge all recent trunk fixes and enhancements into the jsonb branch. More... about 1 year ago
Make edits directly to the JSONB BLOB when the input to json_replace() is a JSONB. More... about 1 year ago
Sync w/trunk as pre-merge-to-trunk sanity check. More... about 1 year ago
Fix the trace3-4.4 test to be more rebust against timing quirks. More... about 1 year ago
Back out an incorrect change to the sqlite3ExprCompareSkip() function that was added way back on 2019-08-22 for [44578865fa7baf97|check-in 44578865fa7ba] and which was only today discovered to be incorrect by [forum:/forumpost/45ec3d9788|forum post 45ec3d9788]. More... about 1 year ago
Convert an assert in OP_VCheck into a branch that aborts the opcode, as this can happen on some very obscure conditions, as discovered by dbsqlfuzz. Test case in TH3. More... about 1 year ago
Fix an assert() in fts5 that could be true following an OOM or IO error in contentless-delete mode. More... about 1 year ago
Cherrypick shell1.test fix. More... about 1 year ago