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 |
2024-03-06 |
D. Richard Hipp | Add test cases for json_pretty().
|
commit | commitdiff | tree |
2024-03-06 |
D. Richard Hipp | Add the json_pretty(J) function for pretty-printing...
|
commit | commitdiff | tree |
2024-03-06 |
D. Richard Hipp | Correction to the previous check-in.
|
commit | commitdiff | tree |
2024-03-05 |
D. Richard Hipp | The value returned by the json_each.json field needs...
|
commit | commitdiff | tree |
2024-03-04 |
D. Richard Hipp | Fix a compiler warning in date.c. Update makefiles...
|
commit | commitdiff | tree |
2024-03-04 |
D. Richard Hipp | Change test results in corruptC.test to account for...
|
commit | commitdiff | tree |
2024-03-04 |
D. Richard Hipp | Fix harmless compiler warnings in the increment integrity_ch...
|
commit | commitdiff | tree |
2024-03-04 |
D. Richard Hipp | Adjust date/time functions so that they do a better...
|
commit | commitdiff | tree |
2024-03-04 |
D. Richard Hipp | Fix assert() statements in date/time computations:...
|
commit | commitdiff | tree |
2024-03-03 |
D. Richard Hipp | Back out the previous change. Replace it with new...
|
commit | commitdiff | tree |
2024-03-02 |
D. Richard Hipp | New date/time modifiers "mnth" and "yr" work like ...
|
commit | commitdiff | tree |
2024-03-02 |
D. Richard Hipp | Change the magic time-interval names that do truncate...
|
commit | commitdiff | tree |
2024-03-02 |
D. Richard Hipp | Proof-of-concept for new time-interval operator "pg...
|
commit | commitdiff | tree |
2024-02-28 |
D. Richard Hipp | Add in a VdbeCoverage() macro needed by STAT4 that...
|
commit | commitdiff | tree |
2024-02-28 |
D. Richard Hipp | Always convert 32-bit integer literals into EP_IntValue...
|
commit | commitdiff | tree |
2024-02-27 |
D. Richard Hipp | Fix an eputf() macro without its argument in the CLI.
|
commit | commitdiff | tree |
2024-02-27 |
D. Richard Hipp | Add an assert() to help scan-build recognize that a...
|
commit | commitdiff | tree |
2024-02-27 |
D. Richard Hipp | Adjust a VdbeCoverage() macro in PRAGMA integrity_check...
|
commit | commitdiff | tree |
2024-02-27 |
D. Richard Hipp | Remove unreachable branches from the PRAGMA integrity_check...
|
commit | commitdiff | tree |
2024-02-26 |
D. Richard Hipp | The quote() SQL function should convert +Inf into 9...
|
commit | commitdiff | tree |
2024-02-26 |
D. Richard Hipp | When inserting a 3-byte cell into a btree, ensure that...
|
commit | commitdiff | tree |
2024-02-26 |
D. Richard Hipp | Fix header comments on test scripts.
|
commit | commitdiff | tree |
2024-02-26 |
D. Richard Hipp | Remove a local variable from sqlite3IntFloatCompare...
|
commit | commitdiff | tree |
2024-02-25 |
D. Richard Hipp | Make sure key comprisons are done correctly if the...
|
commit | commitdiff | tree |
2024-02-24 |
D. Richard Hipp | Add two GIFs that contain the feather logo.
|
commit | commitdiff | tree |
2024-02-22 |
D. Richard Hipp | Fix debugging code so that it compiles on MSVC.
|
commit | commitdiff | tree |
2024-02-21 |
D. Richard Hipp | Fix typo in comment. [https://fossil-scm.org/forum...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Fixes to comments associated with the recent PRAGMA...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Remove an unreachable branch from printf(). Change...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Remove an unused variable from the merge in the previous...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Enhancements to PRAGMA optimize and ANALYZE. Add the...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Another simplification of the PRAGMA optimize logic...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Minor fixes.
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Fix a minor hiccup in the computation of the number...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | If there is no mention of a table in sqlite_stat1,...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | In PRAGMA optimize, scale back the analysis_limit when...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Merge trunk fixes into the better-pragma-optimize branch.
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | If a table has one or more rows and it has a partial...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Simplifications to PRAGMA optimize to make it easier...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Change the 0x20000 bit (use analysis limit) to 0x10...
|
commit | commitdiff | tree |