| Commit message (Expand) | Author | Age |
* | Rename debugging defines and variables from SELECTTRACE to TREETRACE (and | drh | 2022-04-06 |
* | Fix compiler warnings. | drh | 2022-03-08 |
* | Enhance SQLITE_TESTCTRL_LOCALTIME_FAULT so that is able to install an | drh | 2022-02-10 |
* | Fix harmless compiler warnings. Improve the independence of some TCL tests. | drh | 2021-10-22 |
* | Enabled the testcase() macros under SQLITE_DEBUG. | drh | 2021-10-20 |
* | Back out the change that allows typeless columns in strict tables. Replace | drh | 2021-08-23 |
* | Improved comments. Fewer opcodes for integrity_check on strict tables. | drh | 2021-08-19 |
* | Enhance PRAGMA integrity_check so that it verifies the datatype of | drh | 2021-08-19 |
* | Recognize certain standard datatypes ("INT", "INTEGER", "REAL", "TEXT", and | drh | 2021-07-30 |
* | Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by | drh | 2021-05-08 |
* | Alternative implementation of the comparison opcode speed-up of | drh | 2021-03-28 |
* | Alternative implementation of ".selecttrace" and ".wheretrace" that uses | drh | 2020-12-04 |
* | Change the name of sqlite3SelectTrace to sqlite3_unsupported_selecttrace. | dan | 2020-08-08 |
* | Provide the ability to use the SELECTTRACE() debugging macro outside of the | drh | 2020-06-11 |
* | Simplify the code by removing the unsupported and undocumented | drh | 2020-02-07 |
* | In the typeof() optimization in OP_Column, expand the size of the bogus buffer | drh | 2020-01-06 |
* | Merge the latest enhancements from trunk. | drh | 2020-01-02 |
|\ |
|
| * | New test-only SQL functions: implies_nonnull_row(), expr_compare(), and | drh | 2020-01-01 |
* | | Refactor names. Use "small" instead of "mini" to describe the smaller | drh | 2019-12-31 |
* | | Change the default lookaside configuration to 40 slots of 1200-bytes each. | drh | 2019-12-13 |
|/ |
|
* | Omit the sqlite3IntTokens array constant for a code simplification. | drh | 2019-09-23 |
* | Add a TESTCTRL that disables the verification of type, name, and tbl_name | drh | 2019-08-12 |
* | Add the SQLITE_TESTCTRL_PRNG_SEED test control. | drh | 2019-08-02 |
* | Deprecate the SQLITE_ALLOW_COVERING_INDEX_SCAN compile-time option when it is | drh | 2019-06-14 |
* | Add the SQLITE_CONFIG_MEMDB_MAXSIZE configuration option for configuring | drh | 2019-01-31 |
* | Do not allow direct access to internal-use SQL functions such as | drh | 2018-11-26 |
* | Add SQLITE_CONFIG_SORTERREF_SIZE configuration option. | dan | 2018-04-16 |
* | When compiling with VDBE_PROFILE, add the sqlite3NProfileCnt global variable | drh | 2018-02-12 |
* | Remove the rarely-used scratch memory allocator. This makes the code smaller, | drh | 2017-08-28 |
* | Always enable URI filenames when compiling with SQLITE_HAS_CODEC. Also allow | drh | 2017-05-03 |
* | Provide the SQLITE_DEFAULT_LOOKASIDE compile-time option and make it's default | drh | 2017-01-02 |
* | Change the default lookaside configuration from 500 slots of 128 bytes each t... | drh | 2016-12-21 |
* | Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE. | drh | 2016-12-07 |
* | Clarification and typo-fixes in comments. No changes to code. | drh | 2016-09-29 |
* | Revise the implementation of OP_Once so that it is smaller, faster, and uses | drh | 2016-09-18 |
* | Performance optimization to sqlite3Dequote() and its callers. | drh | 2016-04-11 |
* | Add the SQLITE_CONFIG_STMTJRNL_SPILL option for sqlite3_config(). | drh | 2016-03-07 |
* | Improvements to the application-defined function mechanism so that it is | drh | 2016-02-15 |
* | Changes to the way that the default BINARY collating sequence is recorded | drh | 2015-12-30 |
* | Add a compile-time constant for configuring the default pagecache setup. | drh | 2015-07-07 |
* | Enhance separate pcache1 to allocate a block of pages from heap on startup, | drh | 2015-07-06 |
* | Fix errors in the EBCDIC upper-case to lower-case translation table. | drh | 2015-02-19 |
* | Add the SQLITE_CONFIG_PMASZ start-time option. | drh | 2015-01-02 |
* | Fix harmless typos in comments. | drh | 2014-11-07 |
* | Add various requirements evidence marks for sqlite3_config() options. | drh | 2014-11-04 |
* | Updates to documentation and requirements marks. No code changes. | drh | 2014-10-04 |
* | Fix typos in comments. No code changes. | peter.d.reid | 2014-09-06 |
* | Repurpose the SQLITE_TESTCTRL_FAULT_INSTALL test-control to register a | drh | 2014-05-16 |
* | Add a new sqlite3_test_control() that indicates that database files are | drh | 2013-11-29 |
* | Refactoring the mmap interface. The controlling pragma is now "mmap_size" | drh | 2013-04-15 |