aboutsummaryrefslogtreecommitdiff
path: root/src/test9.c
Commit message (Collapse)AuthorAge
* Cygwin-centric fixes from Jan Nijtmans.stephan2025-03-06
| | | FossilOrigin-Name: 205979813c7300debb5f1ba270583ef2f08e069d6d01865b5910702889a5c1ed
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
| | | FossilOrigin-Name: 6e5bb48a74d63fb8c30528f0005d1763cd2dbb882abf86baf1565721e6bfcf84
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
| | | FossilOrigin-Name: f2f1323cc4d2ad2d6794dbfae8d50b747213e85d
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ↵mistachkin2016-07-28
| | | | | convention. FossilOrigin-Name: e8be3dfeabaa31b3490793cf8230faae1204be15
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
| | | FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
* Fix the sqlite3_prepare() family of interfaces so that they zero the *ppStmtdrh2009-04-02
| | | | | | value even on an SQLITE_MISUSE return. Make it clear in the documentation that the ppStmt parameter cannot be zero. (CVS 6441) FossilOrigin-Name: 23bf9f266559603e37b2703715eaf8ef5af6bb17
* Fix minor problems in the test scripts and harness. (CVS 5394)drh2008-07-11
| | | FossilOrigin-Name: c9ffbfe343b640051161301869698dd9f1f76cb7
* Improvements to test coverage in the lemon-generated parser and in thedrh2008-01-23
| | | | | sqlite3_get_table() interface. (CVS 4745) FossilOrigin-Name: 9f95d79daeb5e7f6fd62f3c896dae4d332121d1c
* Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)drh2007-08-21
| | | FossilOrigin-Name: fbbd5bda544ffec4e1b43407b12e546235dc7873
* Get the build working with -DSQLITE_OMIT_UTF16=1. Ticket #2314. (CVS 3865)drh2007-04-23
| | | FossilOrigin-Name: 25c1c7aaa8ef203120c2c242cf72ce4750f78abd
* Avoid calling OsDelete() on journal files when they are opened for temporary ↵danielk19772007-03-29
| | | | | databases. Fix for #2255. (CVS 3748) FossilOrigin-Name: e746832f5f3e1c58e6f6456866156824d23dd846
* Explicitly test some error cases that up until now have not been checked. ↵danielk19772007-03-29
(CVS 3743) FossilOrigin-Name: 0b7bd9c315501743e2364ecccefeeba326d5df51