]> git.ipfire.org Git - thirdparty/sqlite.git/history - test
Fix issues in [/info/1e227ad9f413227f|LIMIT/OFFSET support for virtual tables].
[thirdparty/sqlite.git] / test /
2024-04-26  drhFix issues in [/info/1e227ad9f413227f|LIMIT/OFFSET...
2024-04-26  danAllow virtual table implementations to handle OFFSET... vtab-limit-fix
2024-04-26  danHave where.c ignore any plan from a virtual table that...
2024-04-26  danFix a problem allowing a LIMIT constraint to be passed...
2024-04-26  drhEnhance the generated_series() table-valued-function...
2024-04-26  danAdd test demonstrating the problem at [forum:/forumpost...
2024-04-25  drhImprovement to the way that affinity is determined...
2024-04-25  drhFurther improvements to the computation of affinity... compound-subquery-affinity
2024-04-25  drhBack out the previous change on this branch. In its...
2024-04-24  drhAn experimental minor tweak to the way affinities are...
2024-04-24  drhIf a RETURNING clause contains a subquery that referenc...
2024-04-24  danFix a case where a corrupt stat4 record could go unreco...
2024-04-24  danAvoid slowdown when exprNodeIsConstant() is called...
2024-04-23  drhFix a problem with vector IN operators used with an...
2024-04-22  drhContinuation of the fix at [8c0f69e0e4ae0a44]: If a...
2024-04-20  danSlight performance improvement for the new code on...
2024-04-18  drhCorrect handling of OUTER JOIN when on or the other...
2024-04-12  drhIf a build fails in testrunner.tcl, do not attempt...
2024-04-12  drhFixes and new tests logic to ensure that the btree...
2024-04-12  drhTest case for the fix in the previous check-in.
2024-04-09  danFix a "shift exponent is too large" usan error that...
2024-04-09  drhThe read-only CHECK-constraint optimization of [34ddf02...
2024-04-08  danUpdate tests in returning1.test to account for [c7896e88].
2024-04-08  drhEnhance the WHERE-clause push-down optimization so...
2024-04-08  drhEnhancements to the fuzzer invariant checker to turn... pushdown-subquery
2024-04-07  drhMerge trunk testing enhancements into the pushdown...
2024-04-07  drhOmit all rowid-in-view restrictions from the fuzzinvari...
2024-04-07  drhMerge trunk enhancements into the pushdown-subquery...
2024-04-07  drhAdd comments to note the name abiguity between the...
2024-04-06  drhMerge testing logic fixes on trunk into the pushdown...
2024-04-06  drhImprovements to the accurancy of the fuzzinvariants...
2024-04-05  drhExperimental enhancement in which expressions of the...
2024-04-05  drhCheck-in [a9657c87c53c1922] is wrong: the IndexedExpr...
2024-04-04  drhAdd the "interstage-heuristic" that attempts to avoid...
2024-04-04  drhFix test cases due to an error message change.
2024-04-02  drhAdd an optional 3rd argument to the icu_load_collation...
2024-04-02  drhAdd a heuristic in between the two solver() passes...
2024-03-26  danAdd extra tests to vtabL.test.
2024-03-26  danAvoid expanding integer values in columns with real...
2024-03-25  drhThe RAISE() operator is not a constant expression and...
2024-03-25  danAdd further tests for sqlite3_declare_vtab().
2024-03-25  danFix a theoretical OOB memory access in sqlite3_stmt_sca...
2024-03-25  drhFix the pragma4.test script so that it works with SQLIT...
2024-03-25  drhFix recent test case changes so that they also work...
2024-03-24  drhFix the xBestIndex method of the pragma virtual table...
2024-03-23  drhFix an adverse interaction between CREATE TABLE AS...
2024-03-21  drhTest case for the assert() problem fixed by [9ba3cff9d4...
2024-03-21  drhEnhancements to testrunner.tcl:
2024-03-21  danHave os_unix.c reuse cached file-descriptors in the...
2024-03-21  drhFix all test cases so that they work with SQLITE_ALLOW_...
2024-03-20  danChange EXPLAIN QUERY PLAN output to say "USE TEMP B...
2024-03-20  danChange EXPLAIN QUERY PLAN output to say "USE TEMP B... eqp-orderby
2024-03-20  drhFix the SQLITE_ALLOW_ROWID_IN_VIEW bug-compatibility...
2024-03-19  drhReturn the error "ambiguous column name: rowid", instea...
2024-03-19  danUpdate test scripts to account for [8fcea4cd].
2024-03-19  drhIn the name resolver when SQLITE_ALLOW_ROWID_IN_INDEX...
2024-03-19  danUpdate tests to work with SQLITE_ALLOW_ROWID_IN_VIEW.
2024-03-19  danReturn the error "ambiguous column name: rowid", instea... ambiguous-rowid-error
2024-03-19  drhFix the fuzzinvariants.c test module so that it does...
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  drhAdd the "VALUES-as-coroutine" optimization. Large...
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  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-16  drhRecognize when an SQL function is constant and can...
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-15  drhNew options for testrunner.tcl: --stop-on-error and...
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  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  drhMinor change to the "mdevtest" and "sdevtest" in testru...
2024-03-13  danMerge trunk into this branch.
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  drhAdd the --explain option to testrunner.tcl.
2024-03-13  drhImprove one of the error messages from testrunner.tcl.
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...
next