2024-04-12 |
D. Richard Hipp | New assert() statements to verify the correctness of...
|
commit | commitdiff | tree |
2024-04-12 |
D. Richard Hipp | Test case for the fix in the previous check-in.
|
commit | commitdiff | tree |
2024-04-12 |
D. Richard Hipp | Mark the BTree cell overflow cache as invalid whenever...
|
commit | commitdiff | tree |
2024-04-09 |
D. Richard Hipp | The read-only CHECK-constraint optimization of [34ddf02d3d21...
|
commit | commitdiff | tree |
2024-04-08 |
D. Richard Hipp | Enhance the WHERE-clause push-down optimization so...
|
commit | commitdiff | tree |
2024-04-08 |
D. Richard Hipp | Fix a harmless compiler warning in the ICU extension...
|
commit | commitdiff | tree |
2024-04-08 |
D. Richard Hipp | Enhancements to the fuzzer invariant checker to turn...
|
commit | commitdiff | tree |
2024-04-07 |
D. Richard Hipp | Merge trunk testing enhancements into the pushdown...
|
commit | commitdiff | tree |
2024-04-07 |
D. Richard Hipp | Omit all rowid-in-view restrictions from the fuzzinvariant...
|
commit | commitdiff | tree |
2024-04-07 |
D. Richard Hipp | If SQLITE_ALLOW_ROWID_IN_VIEW is set to 2, then all...
|
commit | commitdiff | tree |
2024-04-07 |
D. Richard Hipp | Merge trunk enhancements into the pushdown-subquery...
|
commit | commitdiff | tree |
2024-04-07 |
D. Richard Hipp | Add comments to note the name abiguity between the...
|
commit | commitdiff | tree |
2024-04-06 |
D. Richard Hipp | Do not allow changes to sqlite3ExprIsTableConstant...
|
commit | commitdiff | tree |
2024-04-06 |
D. Richard Hipp | Merge testing logic fixes on trunk into the pushdown...
|
commit | commitdiff | tree |
2024-04-06 |
D. Richard Hipp | Improvements to the accurancy of the fuzzinvariants...
|
commit | commitdiff | tree |
2024-04-06 |
D. Richard Hipp | Generalize pushdown to allow any uncorrelated subquery...
|
commit | commitdiff | tree |
2024-04-05 |
D. Richard Hipp | Experimental enhancement in which expressions of the...
|
commit | commitdiff | tree |
2024-04-05 |
D. Richard Hipp | Check-in [a9657c87c53c1922] is wrong: the IndexedExpr...
|
commit | commitdiff | tree |
2024-04-05 |
D. Richard Hipp | When compiling with SQLITE_ALLOW_ROWID_IN_VIEW, if...
|
commit | commitdiff | tree |
2024-04-04 |
D. Richard Hipp | Add the "interstage-heuristic" that attempts to avoid...
|
commit | commitdiff | tree |
2024-04-04 |
D. Richard Hipp | Fix an ASAN problem in part of the test harness. No...
|
commit | commitdiff | tree |
2024-04-04 |
D. Richard Hipp | Fix test cases due to an error message change.
|
commit | commitdiff | tree |
2024-04-02 |
D. Richard Hipp | Add an optional 3rd argument to the icu_load_collation...
|
commit | commitdiff | tree |
2024-04-02 |
D. Richard Hipp | Fix typos in comments. Provided ".wheretrace" debugging...
|
commit | commitdiff | tree |
2024-04-02 |
D. Richard Hipp | Add a heuristic in between the two solver() passes...
|
commit | commitdiff | tree |
2024-04-01 |
D. Richard Hipp | Improved comments in the query planner logic that computes...
|
commit | commitdiff | tree |
2024-03-25 |
D. Richard Hipp | The RAISE() operator is not a constant expression and...
|
commit | commitdiff | tree |
2024-03-25 |
D. Richard Hipp | Simplifications to the sqlite3_declare_vtab() implementation...
|
commit | commitdiff | tree |
2024-03-25 |
D. Richard Hipp | Revert the previous change. Instead, do a pre-check...
|
commit | commitdiff | tree |
2024-03-25 |
D. Richard Hipp | Remove an ALWAYS() from a condition that can be true.
|
commit | commitdiff | tree |
2024-03-25 |
D. Richard Hipp | Fix an inaccuracy in automatic indexes that was exposed...
|
commit | commitdiff | tree |
2024-03-25 |
D. Richard Hipp | Fix the pragma4.test script so that it works with SQLITE_OMI...
|
commit | commitdiff | tree |
2024-03-25 |
D. Richard Hipp | Fix recent test case changes so that they also work...
|
commit | commitdiff | tree |
2024-03-25 |
D. Richard Hipp | Use the SQLITE_CONSTRAINT return value from xBestIndex...
|
commit | commitdiff | tree |
2024-03-25 |
D. Richard Hipp | Improvements to the vtablog.c extension: Eliminate...
|
commit | commitdiff | tree |
2024-03-25 |
D. Richard Hipp | Improvements to the vtablog.c extension, for better...
|
commit | commitdiff | tree |
2024-03-24 |
D. Richard Hipp | Fix the xBestIndex method of the pragma virtual table...
|
commit | commitdiff | tree |
2024-03-24 |
D. Richard Hipp | Improved "wheretrace" debugging output for calls to...
|
commit | commitdiff | tree |
2024-03-24 |
D. Richard Hipp | Do not automatically assume that ROWID is NOT NULL...
|
commit | commitdiff | tree |
2024-03-23 |
D. Richard Hipp | Fix an adverse interaction between CREATE TABLE AS...
|
commit | commitdiff | tree |
2024-03-22 |
D. Richard Hipp | Fix incorrect boundary assert()s on the new OP_IfSizeBetween...
|
commit | commitdiff | tree |
2024-03-21 |
D. Richard Hipp | Test case for the assert() problem fixed by [9ba3cff9d48fe8fc].
|
commit | commitdiff | tree |
2024-03-21 |
D. Richard Hipp | Enhancements to testrunner.tcl:
|
commit | commitdiff | tree |
2024-03-21 |
D. Richard Hipp | Fix all test cases so that they work with SQLITE_ALLOW_ROWID...
|
commit | commitdiff | tree |
2024-03-20 |
D. Richard Hipp | Fix the SQLITE_ALLOW_ROWID_IN_VIEW bug-compatibility...
|
commit | commitdiff | tree |
2024-03-20 |
D. Richard Hipp | Fix a typo in a comment.
|
commit | commitdiff | tree |
2024-03-20 |
D. Richard Hipp | Fix typos in the SQLITE_CONFIG_ROWID_IN_VIEW documentation.
|
commit | commitdiff | tree |
2024-03-19 |
D. Richard Hipp | Change the SQLITE_CONFIG_NO_ROWID_IN_VIEW configuration...
|
commit | commitdiff | tree |
2024-03-19 |
D. Richard Hipp | Return the error "ambiguous column name: rowid", instead...
|
commit | commitdiff | tree |
2024-03-19 |
D. Richard Hipp | Add the --no-rowid-in-view option to the --help output...
|
commit | commitdiff | tree |
2024-03-19 |
D. Richard Hipp | Make sure the new u1.nRow value is copied when making...
|
commit | commitdiff | tree |
2024-03-19 |
D. Richard Hipp | In the name resolver when SQLITE_ALLOW_ROWID_IN_INDEX...
|
commit | commitdiff | tree |
2024-03-19 |
D. Richard Hipp | Fix the fuzzinvariants.c test module so that it does...
|
commit | commitdiff | tree |
2024-03-19 |
D. Richard Hipp | Improvements to the first check-in on this branch,...
|
commit | commitdiff | tree |
2024-03-19 |
D. Richard Hipp | On second thought, change SQLITE_TESTCTRL_ROWID_IN_VIEW...
|
commit | commitdiff | tree |
2024-03-19 |
D. Richard Hipp | When compiled with SQLITE_ALLOW_ROWID_IN_VIEW, rowid...
|
commit | commitdiff | tree |
2024-03-19 |
D. Richard Hipp | Adjustments to the test cases for the previous check...
|
commit | commitdiff | tree |
2024-03-19 |
D. Richard Hipp | Fix another problem from [c63e26e705f5e967] involving...
|
commit | commitdiff | tree |
2024-03-19 |
D. Richard Hipp | First steps toward getting -DSQLITE_ALLOW_ROWID_IN_VIEW...
|
commit | commitdiff | tree |
2024-03-18 |
D. Richard Hipp | Remove unnecessary blank lines from build commands...
|
commit | commitdiff | tree |
2024-03-18 |
D. Richard Hipp | Add the "VALUES-as-coroutine" optimization. Large...
|
commit | commitdiff | tree |
2024-03-18 |
D. Richard Hipp | Fix harmless compiler (scan-build) warnings.
|
commit | commitdiff | tree |
2024-03-18 |
D. Richard Hipp | Allow the VALUES-as-coroutine optimization to be applied...
|
commit | commitdiff | tree |
2024-03-18 |
D. Richard Hipp | Change a test case to use a window function rather...
|
commit | commitdiff | tree |
2024-03-18 |
D. Richard Hipp | Add assert() statements to validate access to the SrcItem...
|
commit | commitdiff | tree |
2024-03-18 |
D. Richard Hipp | Fix the patch at [10ee6fcba08ab128] so that it works...
|
commit | commitdiff | tree |
2024-03-18 |
D. Richard Hipp | Improvements to EXPLAIN QUERY PLAN output for multi...
|
commit | commitdiff | tree |
2024-03-17 |
D. Richard Hipp | Omit the "noop(X)" test SQL function. Accomplish the...
|
commit | commitdiff | tree |
2024-03-17 |
D. Richard Hipp | Add an ALWAYS on an unreachable branch.
|
commit | commitdiff | tree |
2024-03-16 |
D. Richard Hipp | Recognize when an SQL function is constant and can...
|
commit | commitdiff | tree |
2024-03-16 |
D. Richard Hipp | Fix a assert() that is incorrect, though harmless.
|
commit | commitdiff | tree |
2024-03-16 |
D. Richard Hipp | Further expand the scope of usage for the enhacement...
|
commit | commitdiff | tree |
2024-03-16 |
D. Richard Hipp | Assert that the eCode is always non-zero upon entry...
|
commit | commitdiff | tree |
2024-03-16 |
D. Richard Hipp | Activate the enhanced constant-expression for the
|
commit | commitdiff | tree |
2024-03-16 |
D. Richard Hipp | Extend the scope expr-is-constant for function to cover...
|
commit | commitdiff | tree |
2024-03-16 |
D. Richard Hipp | Enhance the sqlite3ExprIsConstant() function so that...
|
commit | commitdiff | tree |
2024-03-15 |
D. Richard Hipp | New options for testrunner.tcl: --stop-on-error and...
|
commit | commitdiff | tree |
2024-03-15 |
D. Richard Hipp | Fix (totally harmless) memory leaks in Lemon to avoid...
|
commit | commitdiff | tree |
2024-03-15 |
D. Richard Hipp | Tweaks to the func4.test test module (which tests the...
|
commit | commitdiff | tree |
2024-03-14 |
D. Richard Hipp | Fix testcase to account for new behaviors with this...
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | Minor change to the "mdevtest" and "sdevtest" in testrunner...
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | If the NJOB environment variable is a positive integer...
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | Document the testrunner.tcl --explain option in doc...
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | Add the --explain option to testrunner.tcl.
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | Improve one of the error messages from testrunner.tcl.
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | Minor tweaks to the testrunner documentation.
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | Improvements to the "help" message generated by testrunner...
|
commit | commitdiff | tree |
2024-03-13 |
D. Richard Hipp | On testrunner.tcl: (1) Add the "help" command. (2...
|
commit | commitdiff | tree |
2024-03-11 |
D. Richard Hipp | Run shell*.test modules with "make mdevtest".
|
commit | commitdiff | tree |
2024-03-11 |
D. Richard Hipp | Fix the ".import" command in the CLI so that it works...
|
commit | commitdiff | tree |
2024-03-09 |
D. Richard Hipp | Fix the .expert command in the shell so that it does...
|
commit | commitdiff | tree |
2024-03-09 |
D. Richard Hipp | Fuzzcheck is run automatically by testrunner.tcl, so...
|
commit | commitdiff | tree |
2024-03-08 |
D. Richard Hipp | The NOT NULL strength reduction optimization from ...
|
commit | commitdiff | tree |
2024-03-08 |
D. Richard Hipp | One of the assert()s added by the previous check-in...
|
commit | commitdiff | tree |
2024-03-08 |
D. Richard Hipp | Add new assert() statements, which if they had existed...
|
commit | commitdiff | tree |
2024-03-08 |
D. Richard Hipp | Silently ignore redundant ON CONFLICT clauses in an...
|
commit | commitdiff | tree |
2024-03-08 |
D. Richard Hipp | Must use sqlite3IntFloatCompare() for accurate comparisons...
|
commit | commitdiff | tree |
2024-03-07 |
D. Richard Hipp | Fix harmless compiler warnings in test code for the...
|
commit | commitdiff | tree |
2024-03-07 |
D. Richard Hipp | Do not allow the query planner to be tricked into thinking...
|
commit | commitdiff | tree |
2024-03-06 |
D. Richard Hipp | Add the json_pretty() SQL function.
|
commit | commitdiff | tree |