]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-01-24  danUpdate unhex() to allow a second argument, specifying... unhex-function
2023-01-23  danAdd experimental user function unhex().
2023-01-22  larrybrGive CLI .version a place in .help output.
2023-01-21  stephanMinor API doc cleanups and JS code simplification.
2023-01-21  drhFix a memory leak in the TCL test harness associated...
2023-01-21  drhFix harmless compiler warnings.
2023-01-20  drhExtend the carray extension to allow the use of BLOB...
2023-01-20  drhTwo branches associated with memdb are now always taken...
2023-01-20  danEnsure that the database encoding cannot be changed...
2023-01-20  danAdd tests for changing the database encoding via RESET_...
2023-01-20  drhThe json_group_array(), json_group_object(), and fts5_s...
2023-01-19  danFix numbering issue in and remove duplicate test from...
2023-01-18  stephanEmit sqlite3-api.(m)js during the JS build process...
2023-01-17  danFix another issue with very large compressed LSM databases.
2023-01-17  drhChange an now unreachable testcase() into an assert().
2023-01-17  drhFix harmless compiler warnings in the CLI.
2023-01-17  danUpdate virtual tables json_each and json_tree so that...
2023-01-17  drhAdd test cases to confirm that the schema parsing quirk...
2023-01-16  larrybrCause .clone to not trip over sequence table as reporte...
2023-01-16  drhIn the CLI, create our own private version of strncpy...
2023-01-14  drhOmit the long-disused FTS1 and FTS2 implements from...
2023-01-14  larrybrAdd OOM check, per tip at [forum:/forumpost/933479b2d5...
2023-01-14  larrybrDoc-only fix, per [forum:/forumpost/0cfaf6876b|forum...
2023-01-13  danFix another lsm compression-mode bug.
2023-01-13  drhIn expression nodes of type REGISTER with sub-type...
2023-01-13  drhAdd missing "const" on variables in recent RBU fixes.
2023-01-13  drhEnhance query planning so that it check for sqlite3_int...
2023-01-13  drhUpdate documentation for sqlite3_progress_handler(). progress-during-prepare
2023-01-13  drhRemove an incorrect legacy assert().
2023-01-12  drhReduce the frequency of calls to sqlite3ProgressCheck().
2023-01-12  drhFix sqlite3_prepare() so that it only invokes the progr...
2023-01-12  danDo not attempt to run new test file rbupass.test if...
2023-01-12  danAvoid crashing when using an RBU VFS with a version...
2023-01-12  danWhen deleting any old OAL file before starting an RBU...
2023-01-12  drhAttempt to provide a mechanism to do early termination...
2023-01-11  drhFix duplicate semicolon in btreeInt.h.
2023-01-11  drhFix a false-positive in the out-of-range jump detection...
2023-01-11  drhIf OP_Rewind has P2 of zero, that is an assertion that... code-generator-20230111
2023-01-11  drhAdd an assert() to the byte-code engine that goes off...
2023-01-11  danFix problems with compressed LSM databases larger than...
2023-01-11  drhImproved progress-handler and interrupt detection durin...
2023-01-11  danFix another 64-bit offset problem in lsm. lsm-compress-fixes
2023-01-11  drhAdd a new sqlite3_is_interrupted() interface that can...
2023-01-10  drhWhen computing the datatypes for columns in a view...
2023-01-10  danFix handling of unix paths that contain ".." components...
2023-01-10  drhImprovements to the SQLITE_DIRECTONLY documentation.
2023-01-10  danFix handling of unix paths that contain ".." components... unix-path-fix
2023-01-09  danFix some problems with large, compressed, lsm databases.
2023-01-09  larrybrClarify help for .quit.
2023-01-09  drhFix JSON functions so that they work correctly under...
2023-01-07  larrybrDoc-only update, sqlite3_preupdate_hook() return
2023-01-07  danAccount for read-only connections on databases with...
2023-01-05  drhChanges a testcase() into an assert() due to the
2023-01-05  danFix a problem with applying integer affinity to a MEM_I...
2023-01-05  drhIn the zipvfile extension (which is not part of the...
2023-01-04  drhAdjustements to the tool/warnings.sh script to account...
2023-01-04  danEnsure that LIMIT clauses may be passed through to...
2023-01-04  larrybrEmploy deliberate_fall_through macro to quiet some...
2023-01-04  drhEnhance PRAGMA integrity_check so that it verifies...
2023-01-04  drhRemove the unused "sqlite3StackAllocZero()" macro.
2023-01-04  stephanElaborate on the open-in-read-only fallback behavior...
2023-01-04  stephanRemove the JS-side SQLITE_WASM_DEALLOC sanity check...
2023-01-03  drhSmall performance increase in the symbol hash table.
2023-01-03  drhAvoid an unnecessary call to strlen() in the sqlite3Vdb...
2023-01-03  drhSmall performance improvement in the btreeOverwriteCell...
2023-01-02  stephanAdd some docs explaining a particular piece of [ae0196d...
2023-01-02  stephanAnother reformulation of SQLITE_WASM_DEALLOC to attempt...
2023-01-01  stephanAn alternative solution to mapping SQLITE_WASM_DEALLOC...
2022-12-31  peter.d.reidRemove redundant assignment in kvvfs's decoding.
2022-12-31  peter.d.reidAvoid an infinite loop when an unexpected character...
2022-12-29  drhA call to sqlite3_declare_vtab() should not cause DML...
2022-12-27  stephanAdd sqlite3changeset_new/old_js(), which work like...
2022-12-27  stephanExpose sqlite3_preupdate_hook() and friends to the...
2022-12-27  drhFix a missing 0 at the end of an integer literal in...
2022-12-27  danFix a broken assert() in fts5.
2022-12-27  stephanAdd links to module-symbols.html for newly-added APIs.
2022-12-27  stephanAdd two more tests to [f99f8e3ecfe20].
2022-12-27  stephanExpose sqlite3_commit/rollback/update_hook() to JS...
2022-12-27  stephanAdd an optional argument to oo1.DB.transaction() to...
2022-12-26  stephanExpose the auto-extension API to JS and reorganize...
2022-12-26  drhFix an infinite loop in the MEMSYS5 auxiliary memory...
2022-12-26  stephanDocument sqlite3.capi.sqlite3_prepare_v3() as accepting...
2022-12-26  stephanCorrect some internal-use JS docs and update the 'strin...
2022-12-26  stephanOnly add an on-db-close cleanup entry for collations...
2022-12-26  stephanExtend [0e69b2c379e618] to support uninstalling stale...
2022-12-26  stephanAdd JS infrastructure which enables sqlite3.capi.sqlite...
2022-12-26  stephanReimplement sqlite3.capi.sqlite3_close_v2() and sqlite3...
2022-12-26  larrybrGrammar fixup in comment re SQLITE_TRACE_PROFILE trace...
2022-12-25  stephanmodule-symbols.html: add some missing links to C-side...
2022-12-25  stephanUpdate JS worker #1 API and related tests for recent...
2022-12-25  stephanRename the new wasm.irSizeof() to sizeofIR() because...
2022-12-25  stephanMinor internal API doc correction and extend a test...
2022-12-25  stephanAdd sqlite3.oo1.DB.selectValues(). Correct a logic...
2022-12-25  stephanMerge wasm-session-api branch into trunk, adding the...
2022-12-25  stephanAdd basic session API JS tests. wasm-session-api
2022-12-25  stephanAdd sqlite3.wasm.irSizeof() and extend certain allocati...
2022-12-25  stephanAdd tests confirming that JS sqlite3_exec()'s SQL argum...
2022-12-25  stephanReplace the "manual" implementation of sqlite3.capi...
2022-12-25  stephanRemove duplicated JS binding of sqlite3changeset_apply_...
2022-12-25  stephanAdd the address of the associated db handle to the...
next