]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-08-30  stephanRemove the .timer script entry from fiddle app because...
2022-08-30  stephanwasm util: remove superfluous function.bind() calls...
2022-08-29  stephanLots of tweaking in batch-runner.js. Minor internal...
2022-08-29  stephanAdd test descriptions to the speedtest1 '-- begin'...
2022-08-29  stephanAdd batch-runner.js for running batch SQL scripts with...
2022-08-29  stephanAdd get/setPtrValue() to the common wasm utils.
2022-08-29  stephanAdd begin/end comment markers to the test blocks in...
2022-08-29  stephanoo #1 api: correct a case where a null callback is...
2022-08-25  stephanMerge changes from trunk into the fiddle-opfs branch.
2022-08-25  drhEnsure that sqlite3_prepare() inputs always have a...
2022-08-25  drhAdd the --script option to speedtest1.
2022-08-25  danRemove a NEVER() macro for a condition that is actually...
2022-08-25  stephanConsolidate oo1.DB.exec() and oo1.DB.execMulti() into...
2022-08-25  stephanRefactor and expand the worker1 docs, consolidating...
2022-08-24  stephanChange DB.exec() rowMode default from 'stmt' to 'array...
2022-08-24  stephanExpand the worker1 'exec' op handling for per-row callb...
2022-08-24  drhAdd a mutex to the sqlite3_db_config() interface so...
2022-08-24  stephanjs: resolve the mysterious "extra" unhandled exception...
2022-08-24  danFix an inefficiency in the ".dump" command when outputi...
2022-08-24  stephanMore work on how to configure the sqlite3 JS API bootst...
2022-08-24  stephanThe very basics of a Promise-based proxy for the Worker...
2022-08-24  stephanSignificant restructuring of the Worker #1 request...
2022-08-23  drhChange the names of the Vdbe.pVNext and Vdbe.ppVPrev...
2022-08-23  drhEnhance assert() statements to enforce tighter bounds...
2022-08-23  stephanWasm build flag tweaks and documentation.
2022-08-23  stephanAdd mksourceid binary to the clean rules and $(TESTPROG...
2022-08-22  stephanMore experimentation with how client-side config state...
2022-08-22  drhPerformance enhancement for sqlite3DbFree().
2022-08-22  stephanMerge in trunk.
2022-08-22  stephanRefactor JS API amalgamation such that the bootstrappin...
2022-08-22  stephanwasm: accommodated a JS API rename.
2022-08-22  drhAdd the new internal interface sqlite3DbNNFreeNN(db...
2022-08-20  drhMerge the test case for dbsqlfuzz 18fe4e257be7fa3ecfb04...
2022-08-20  drhEnhance the enforcement of SQLITE_VTAB_DIRECTONLY so...
2022-08-19  danAdd test case for fuzzer case crash-18fe4e. crash-18fe4e
2022-08-18  drhAdd notes to ext/wasm/README.md explaining how to run...
2022-08-18  stephanjavascript: rename and simplify DB.callInTransaction...
2022-08-18  stephanImprove an exception check in demo-oo1.js.
2022-08-17  drhIn the ".dump" command of the CLI, if a schema statemen...
2022-08-17  drhEnhance the "PRAGMA integrity_check" statement so that...
2022-08-17  drhMinor code simplification in the code generator for...
2022-08-17  stephanMinor cleanups, reorgs, and doc updates for the JS...
2022-08-16  stephanwasm: minor cleanups in the OO API #1 demo.
2022-08-16  drhChange the legacy RC4-based PRNG to use the RFC-7539...
2022-08-16  drhFix obsolete comments. Add new comments. Fix non... chacha20-prng
2022-08-16  drhFix an off-by-one error in the ChaCha20 initialization...
2022-08-16  stephanwasm: add a small demo/presentation app for JS OO API...
2022-08-16  stephanwasm: move another file and update testing1/testing2...
2022-08-16  stephanwasm: accommodate moving generated sqlite3.js in the...
2022-08-16  stephanwasm: disable shared cache mode by default. Experimenta...
2022-08-16  drhOmit an unnecessary test case from corruptN.test that...
2022-08-16  danAdd assert() statements to verify that the SQLITE_OPEN_...
2022-08-16  drhReplace the RC4-based PRNG with one based on ChaCha20...
2022-08-15  danExtra test for SQLITE_MAX_COMPOUND_SELECT.
2022-08-15  drhThe new --script option to dbtotxt.c looks for an SQL...
2022-08-15  drhIn the documentation emphasize that the use of shared...
2022-08-13  stephanAdd worker-style variant of the tests added in [ae24ac0...
2022-08-13  stephanwasmfs: use unix-none VFS by default to avoid locking...
2022-08-13  stephanAdd scratchpad/test app for WASMFS/OPFS running in...
2022-08-13  stephanCleanups in the wasmfs/opfs integration but disable...
2022-08-13  stephanRemove OPFS from the fiddle build for the time being...
2022-08-13  stephanwasm OO API #1: added DB.callInTransaction() and Stmt...
2022-08-13  stephanCorrected TextDecoder.decode() usage to run when its...
2022-08-12  stephanUse new -DSQLITE_DEFAULT_UNIX_VFS="unix-none" for fiddl...
2022-08-12  drhAdd the (undocumented) SQLITE_DEFAULT_UNIX_VFS compile...
2022-08-12  stephanUpdated fiddle deps to ensure that sqlite3.c is built...
2022-08-12  stephanBuild fiddle with WASMFS OPFS support and attempt to...
2022-08-12  stephanMinor wasm-related doc clarification and remove an...
2022-08-12  stephanwasm: document the role of sqlite3-wasm.c. Other minor...
2022-08-12  stephanwasm: corrected (in as-yet unused code) a flags check.
2022-08-11  stephanWasm-related doc additions and tweaks.
2022-08-11  stephanMerge in wasm-cleanups branch, reorganizing and updatin...
2022-08-10  drhFix another harmless comment typo that causes a typo...
2022-08-10  drhRemove (harmless) duplicate words in comments used...
2022-08-10  danFix handling of columns with names that are SQL keyword...
2022-08-10  stephanwasm opfs: error handling fix for an impossible-to... wasm-cleanups
2022-08-10  stephanwasm refactoring part 2 of (apparently) 2: moved ext...
2022-08-10  stephanwasm/fiddle refactoring part 1 of N: move fiddle app...
2022-08-10  stephanMerged in trunk for pending tree refactoring.
2022-08-09  drhAllow the name of an index to collide with a table...
2022-08-09  drhOmit the (undocumented) SQLITE_PCACHE_SEPARATE_HEADER...
2022-08-08  danAvoid some cases of signed integer overflow in fts5...
2022-08-08  drhAvoid trying to cast an over-sized floating point value...
2022-08-08  drhRemove an unreachable branch in the numericType() helpe...
2022-08-08  drhDo not attempt to convert an oversized floating point...
2022-08-06  danFix a rounding error caused by scalar->logarithm->scala...
2022-08-05  danAvoid having fts3 read uninitialized values when proces...
2022-08-05  mistachkinFix harmless compiler warning seen with MSVC.
2022-08-04  drhFix a problem with the query optimizer for LIMIT/OFFSET...
2022-08-04  drhFix a typo on a comment used to generate bytecode docum...
2022-08-03  drhPerformance optimization to the math opcodes of the...
2022-08-03  drhSmall performance increase on the binding interfaces.
2022-08-03  drhImprovement on the previous check-in.
2022-08-03  drhFor an IN operator used with a RIGHT JOIN, use the...
2022-08-01  drhIn the xUpdate method of the GeoPoly virtual table...
2022-07-26  drhRestore a VDBE coverage macro that is mistakenly delete...
2022-07-26  danFix another problem related to aggregate query LEFT...
2022-07-26  drhOmit a unused variable initialization in order to suppr...
2022-07-26  danAdd test cases related to fix [e717e029]. flatten-left-join
2022-07-26  drhMake sure IF_NULL_ROW expressions receive a separate...
next