| Commit message (Expand) | Author | Age |
* | When doing a text-affinity comparison between two values where one or both | drh | 2024-01-20 |
* | Add randomjson.c to testfixture. Use it for a new set of invariant tests | drh | 2023-12-18 |
* | Fix a problem with SQLITE_CHANGESETAPPLY_FKNOACTION and the foreign-key-trigg... | dan | 2023-10-21 |
* | Fix harmless compiler warnings in the testfixture testing utility. | drh | 2023-09-26 |
* | New conversion letters added to strftime(): %e, %k, %I, %l, %R, %P, %p, %T, %u. | drh | 2023-08-29 |
* | Restore part of the UPDATE one-pass optimization that was removed by | drh | 2023-08-01 |
* | Add the experimental sqlite3_stmt_explain(S,E) interface. | drh | 2023-07-15 |
* | Add option 2 to SQLITE_TESTCTRL_USELONGDOUBLE to move the setting to its | drh | 2023-07-07 |
* | Whether or not to use the long-double floating point conversion technique | drh | 2023-07-03 |
* | New test cases for floating-point conversions. | drh | 2023-07-03 |
* | Add extra debugging code for sqlite3_stmt_scanstatus_v2() to test1.c. | dan | 2023-06-30 |
* | Fix harmless compiler warnings that show up on 32-bit RaspberryPI builds. | drh | 2023-06-17 |
* | Fix straggler misspellings and tidy the custom dictionary. Also include picku... | larrybr | 2023-06-07 |
|\ |
|
* | | Add a C-source spell-checking facility. make misspell (on Nix) | larrybr | 2023-06-07 |
|/ |
|
* | Generalize the LEFT JOIN strength reduction optimization so that it works for | drh | 2023-06-01 |
* | Fix SQLITE_OMIT_VIRTUALTABLE builds of testfixture. | dan | 2023-04-14 |
* | Change the name of SQLITE_DBCONFIG_STMT_SCANSTATS to SQLITE_DBCONFIG_STMT_SCA... | dan | 2023-02-28 |
* | Add an sqlite3_db_config() option - SQLITE_DBCONFIG_STMT_SCANSTATS - for enab... | dan | 2023-02-28 |
* | Improve the error message generated by the recovery extension if it is used w... | dan | 2023-02-28 |
* | Add the "number_of_cores" TCL command to the testfixture. | drh | 2023-02-24 |
* | Fix a memory leak in the TCL test harness associated with carray. | drh | 2023-01-21 |
* | Extend the carray extension to allow the use of BLOB values to be bound | drh | 2023-01-20 |
* | Add a new sqlite3_is_interrupted() interface that can be used by long-running | drh | 2023-01-11 |
* | Enhance the sqlite3_stmt_scanstatus() API and add sqlite3_stmt_scanstatus_v2(... | dan | 2022-12-02 |
* | Add test/basexx1.test to test is_base85(t), base85(x) and base64(x). Sync w/t... | larrybr | 2022-11-22 |
* | Improvements to comments. Change the "optimization_control" TCL command | drh | 2022-11-01 |
* | Do not flatten a UNION ALL subquery where the column affinities do not match | drh | 2022-11-01 |
* | Fix minor problems in test1.c test code. | dan | 2022-10-20 |
* | Rename debugging defines and variables from SELECTTRACE to TREETRACE (and | drh | 2022-04-06 |
* | Use the enhanced SQLITE_TESTCTRL_LOCALTIME_FAULT (2) capability to do better | drh | 2022-02-11 |
* | Enhance SQLITE_TESTCTRL_LOCALTIME_FAULT so that is able to install an | drh | 2022-02-10 |
* | Fix the test harness so that it builds without SQLITE_ENABLE_PREUPDATE_HOOK. | drh | 2022-02-10 |
* | Fix a problem with using sqlite3_bind_value() with sqlite3_value objects obta... | dan | 2022-02-09 |
* | Initial implementation of the sqlite3_vtab_rhs_value() interface and the | drh | 2022-01-20 |
* | When implementing a multi-way compound SELECT using merge, try to balance | drh | 2021-12-30 |
* | Fix the build-breaker bug in test1.c introduced by check-in [7fa20ca4c09ab024]. | drh | 2021-12-29 |
* | Add the sqlite3_error_offset() interface. Use it in the CLI to provide | drh | 2021-12-24 |
* | Fix fts3 and fts4 so that they can still be used even if the other is dropped... | dan | 2021-12-16 |
* | Add the SQLITE_OPEN_EXRESCODE flag for sqlite3_open_v2(). | drh | 2021-11-05 |
* | Fix a memory leak in test code on this branch. | dan | 2021-10-30 |
* | Demostrate a prototype sqlite3_autovacuum_pages() interface. | drh | 2021-10-15 |
* | Refactor sqlite3.magic into sqlite3.eOpenState. | drh | 2021-08-07 |
* | Add experimental SQLITE_FCNTL_EXTERNAL_READER file control. | dan | 2021-04-02 |
* | For the sqlite3_bind_text16 TCL binding used for testing, ensure that there | drh | 2021-03-27 |
* | In the sqlite3_bind_text and sqlite3_bind_text16 TCL commands of the test | drh | 2021-03-26 |
* | Create initial tests for appendvfs, and make it available as a statically loa... | larrybr | 2021-03-06 |
* | Fix a buffer overrun that could occur in fts5 when running a prefix query aga... | dan | 2021-03-03 |
* | Fix an incorrect datatype no the sqlite3WhereTrace variable in test1.c. | drh | 2020-12-04 |
* | Alternative implementation of ".selecttrace" and ".wheretrace" that uses | drh | 2020-12-04 |
* | Add test infrastructure for cksumvfs. And update cksumvfs so that it works in... | dan | 2020-11-18 |