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