]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-03-19  danReturn the error "ambiguous column name: rowid", instea... ambiguous-rowid-error
2024-03-19  drhAdjustments to the test cases for the previous check...
2024-03-19  drhFix another problem from [c63e26e705f5e967] involving...
2024-03-18  danFix asan problems in sqlite3rbu.c. Enable RBU for sanit...
2024-03-18  danAvoid spurious SQLITE_IOERR_DATA errors when reading...
2024-03-18  drhRemove unnecessary blank lines from build commands...
2024-03-18  drhAdd the "VALUES-as-coroutine" optimization. Large...
2024-03-18  drhFix harmless compiler (scan-build) warnings. exp-values-clause2
2024-03-18  drhAllow the VALUES-as-coroutine optimization to be applie...
2024-03-18  drhChange a test case to use a window function rather...
2024-03-18  drhAdd assert() statements to validate access to the SrcIt...
2024-03-18  drhFix the patch at [10ee6fcba08ab128] so that it works...
2024-03-18  drhImprovements to EXPLAIN QUERY PLAN output for multi...
2024-03-18  danEnsure the database schema has been loaded and the...
2024-03-18  danFix a problem caused by a non-aggregate function with...
2024-03-17  drhOmit the "noop(X)" test SQL function. Accomplish the...
2024-03-17  drhAdd an ALWAYS on an unreachable branch.
2024-03-16  drhRecognize when an SQL function is constant and can...
2024-03-16  drhA formerly impossible case has now become possible... enhanced-expr-is-const
2024-03-16  drhFurther expand the scope of usage for the enhacement...
2024-03-16  drhAssert that the eCode is always non-zero upon entry...
2024-03-16  drhActivate the enhanced constant-expression for the
2024-03-16  drhExtend the scope expr-is-constant for function to cover...
2024-03-16  danFix exprNodeIsConstantFunction() so that it returns...
2024-03-16  drhEnhance the sqlite3ExprIsConstant() function so that...
2024-03-15  drhNew options for testrunner.tcl: --stop-on-error and...
2024-03-15  drhFix (totally harmless) memory leaks in Lemon to avoid...
2024-03-15  drhTweaks to the func4.test test module (which tests the...
2024-03-14  drhFix testcase to account for new behaviors with this...
2024-03-14  danFix a problem with ALTER TABLE and correlated multi...
2024-03-14  danFix a problem handling "INSERT INTO ... SELECT ......
2024-03-14  danAvoid some OP_SCopy instructions in "INSERT INTO ....
2024-03-14  stephanJS: remove an unused function argument and some debug...
2024-03-14  danAdd further tests for VALUES clauses in various contexts.
2024-03-13  danChange the way parse.y handles multi-row VALUES clauses...
2024-03-13  danRemove unreachable code from this branch.
2024-03-13  danFix some OOM handling problems on this branch.
2024-03-13  drhMinor change to the "mdevtest" and "sdevtest" in testru...
2024-03-13  danMerge trunk into this branch.
2024-03-13  danEnsure that if a multi-row VALUES cannot be coded while...
2024-03-13  danAvoid creating a co-routine incrementally for a VALUES...
2024-03-13  drhIf the NJOB environment variable is a positive integer...
2024-03-13  drhDocument the testrunner.tcl --explain option in doc...
2024-03-13  drhAdd the --explain option to testrunner.tcl.
2024-03-13  drhImprove one of the error messages from testrunner.tcl.
2024-03-13  drhMinor tweaks to the testrunner documentation.
2024-03-13  drhImprovements to the "help" message generated by testrun...
2024-03-13  danAdd pointer to documentation to testrunner.tcl help...
2024-03-13  danHave testrunner.tcl set SQLITE_TMPDIR on windows as...
2024-03-13  drhOn testrunner.tcl: (1) Add the "help" command. (2...
2024-03-12  danCorrectly initialize the SrcItem.iCursor field to ...
2024-03-12  danHave testrunner.tcl have each test store its temp files...
2024-03-12  danHave testrunner.tcl have each test store its temp files... testrunner-tmpdir-fix
2024-03-11  danFix another testrunner.tcl problem on windows.
2024-03-11  danFix a missing brace problem in testrunner.tcl introduce...
2024-03-11  danUpdate mdevtest and sdevtest to do shell builds in...
2024-03-11  drhRun shell*.test modules with "make mdevtest".
2024-03-11  danAttempt to reduce the memory used by VALUES clauses...
2024-03-11  drhFix the ".import" command in the CLI so that it works...
2024-03-11  stephanAdd more docs for the OPFS delete-before-open feature.
2024-03-11  stephanAdd delete-before-open=1 URI flag to the 'opfs' VFS...
2024-03-11  stephanAdd delete-before-open=1 URI flag to the 'opfs' VFS... opfs-delete-before-open
2024-03-09  drhFix the .expert command in the shell so that it does...
2024-03-09  drhFuzzcheck is run automatically by testrunner.tcl, so...
2024-03-08  drhThe NOT NULL strength reduction optimization from ...
2024-03-08  drhOne of the assert()s added by the previous check-in...
2024-03-08  drhAdd new assert() statements, which if they had existed...
2024-03-08  drhSilently ignore redundant ON CONFLICT clauses in an...
2024-03-08  danOmit some extra tests for the intck extension in OMIT_V...
2024-03-08  danFix pragma6.test so that it works with ENABLE_OVERSIZE_...
2024-03-08  danDo not run tests for the intck extension in OMIT_VIRTUA...
2024-03-08  drhMust use sqlite3IntFloatCompare() for accurate comparis...
2024-03-07  stephanIntroducing JS worker1 promiser v2, which initializes...
2024-03-07  stephanResolve duplicate loading of promiser v2 demo code... wasm-promiser1-v2
2024-03-07  stephanwasm promiser.v2 is essentially working but the demo...
2024-03-07  stephanInitial work at getting sqlite3Worker1Promiser.v2(...
2024-03-07  drhFix harmless compiler warnings in test code for the...
2024-03-07  drhDo not allow the query planner to be tricked into think...
2024-03-06  drhAdd the json_pretty() SQL function.
2024-03-06  drhAdd test cases for json_pretty(). json-pretty
2024-03-06  mistachkinWork around obscure floating point issue seen with...
2024-03-06  stephanAdd a couple of json_pretty() examples to /fiddle.
2024-03-06  drhAdd the json_pretty(J) function for pretty-printing...
2024-03-06  drhCorrection to the previous check-in.
2024-03-06  danFix handling of "id=?" corner cases in rtree when the...
2024-03-05  danRemove code that added a P4 parameter to the OP_Variabl...
2024-03-05  stephanReformulate [34439fe3aeea7cbb] slightly to resolve...
2024-03-05  drhThe value returned by the json_each.json field needs...
2024-03-05  stephan/fiddle: reorder/replace example entries to make them...
2024-03-05  stephan/fiddle 'Mandlebrot' typo fix reported in the forum.
2024-03-05  stephanUpdate fiddle.make to account for Makefile changes...
2024-03-05  stephan/fiddle: before resetting a db, roll back any transacti...
2024-03-04  drhFix a compiler warning in date.c. Update makefiles...
2024-03-04  drhChange test results in corruptC.test to account for...
2024-03-04  drhFix harmless compiler warnings in the increment integri...
2024-03-04  drhAdjust date/time functions so that they do a better...
2024-03-04  drhFix assert() statements in date/time computations:...
2024-03-04  stephanDocument why the wasm build does not use Emscripten...
2024-03-04  stephanWhen warning about multiple invocations of JS's sqlite3...
2024-03-04  stephanAfter wasm bootstrapping has read the optional global...
next