aboutsummaryrefslogtreecommitdiff
path: root/src/test_tclsh.c
Commit message (Collapse)AuthorAge
* Fix the build after the previous changedrh2023-02-06
| | | FossilOrigin-Name: aea3b6f6515bc3b7e7205b7d17d99cb1fc68030eb929d8adbe25f065668c9c95
* Add new files for an extension to recover data from corrupted databases.dan2022-08-31
| | | FossilOrigin-Name: f8298eeba01cb5b02ac4d642c06f3801331ca90edea533ea898a3283981a9e49
* Add tests for legacy geometry callbacks to rtreedoc2.test.dan2021-09-17
| | | FossilOrigin-Name: 6ad00e52eda5bc4cb8e6fffbd7538bcd4c6b22f84b837a746eba6bf8c91eb55a
* If the library is built with SQLITE_VDBE_COVERAGE defined, have the Tcl ↵dan2019-04-01
| | | | | tests generate a vdbe coverage report in file testdir/vdbe_coverage.txt. FossilOrigin-Name: f0ed714637bf30443d0551d9b6fececa00fc9dfe9669fe720c4598ef71c61e2c
* Add new API function sqlite3_create_window_function(), for creating newdan2018-06-18
| | | | | aggregate window functions. FossilOrigin-Name: da03fb4318fd2613ec5c5b109a3974ac1120c19ed16bed4ca85bbdc4b35c998c
* Merge latest trunk changes into this branch.dan2017-11-29
| | | FossilOrigin-Name: 373fa21bffd37053bb1a741d3ace2f003a5639bf373c20ea7bb24a31080888b3
* Improved ability to generate stand-alone program using TCL and SQLite bydrh2017-10-13
| | | | | | | compiling with -DTCLSH_INIT_PROC=name to cause the TCL interpreter to be initialized using procedure name(). Both sqlite3_analyzer and testfixture are now built this way. FossilOrigin-Name: d65d1f297ddb07b799ff5b2e560575fc59a6fa74c752269cc85ab84348fb7da4
* Move some test logic out of tclsqlite.c and into auxiliary test_*.c files.drh2017-10-13
This is a work in progress. FossilOrigin-Name: 95b7687fed75b32a62a0c62d397f4f543bf40095e13c22e15938d5dcfd71fcdf