aboutsummaryrefslogtreecommitdiff
path: root/src/test5.c
Commit message (Collapse)AuthorAge
* 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
* Experimental simplification of memory flags/type handling.mistachkin2014-03-05
| | | FossilOrigin-Name: bac2820e13a79d91d0f8938c643134a9d6900327
* Faster and smaller implementation of sqlite3_value_type().drh2014-02-10
| | | FossilOrigin-Name: 5708bc24b8cab623b833121183042b43e5a7021b
* Fix compiler warnings in the TCL test harness.drh2012-01-30
| | | FossilOrigin-Name: c4cd38a0c71e2887e47bebb9d10baf30802a7f13
* Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() anddrh2010-07-24
| | | | | all memory from sqlite3_malloc() is freed by sqlite3_free(). FossilOrigin-Name: ac1f37a647e9ed1c00a901d26d9956a86c40117a
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
| | | FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
* Fix further warnings/compilation errors in test code. (CVS 5558)danielk19772008-08-12
| | | FossilOrigin-Name: 42247b917ae5a5c0d81b934200810755d0040282
* Implement the "lookaside" memory allocation cache. Use of this cache makesdrh2008-07-28
| | | | | | the speed1.test script run about 15% faster. Added new interfaces to control the cache. (CVS 5488) FossilOrigin-Name: e48f9697e9fea339e150ddc32940760027dd07d9
* The sqlite3_value object now carries an sqlite3* pointer to use fordrh2007-08-21
| | | | | | recording malloc failures. This eliminates the need to pass sqlite3* pointers into many internal interfaces. Also added more mutexing. (CVS 4263) FossilOrigin-Name: 9287276191a582c1cf7cf6b71d8399727d8e534d
* Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)drh2007-08-21
| | | FossilOrigin-Name: fbbd5bda544ffec4e1b43407b12e546235dc7873
* More work on refactoring of malloc() interfaces. There are still many ↵danielk19772007-08-16
| | | | | errors. (CVS 4233) FossilOrigin-Name: 77b1671351fe94b0ebc126a63140643deae2aa64
* Half-way through a major refactoring of the memory allocation.drh2007-08-16
| | | | | | I have not even attempted to compile so I am certain there are countless errors. (CVS 4231) FossilOrigin-Name: deb7ecd65f7b83eaf0ba610eeef3b0ede61db1c3
* Fix the amalgamation generator so that all non-API functions have file ↵drh2007-05-08
| | | | | scope. (CVS 3958) FossilOrigin-Name: e9f56ead0514f3eac75807ea710c1f035b8add4f
* More annoying and pointless signedness warnings fixed. (CVS 2811)drh2005-12-09
| | | FossilOrigin-Name: 590578bef88d0aa545f8138e8eec0db03c093861
* The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still ↵drh2004-11-14
| | | | | pass. (CVS 2100) FossilOrigin-Name: 98c7a55478f7c465b219edc1a33eee222586fd65
* Modifications to the journal format to make it more robust. (CVS 1686)danielk19772004-06-25
| | | FossilOrigin-Name: 504246a18daca794473b17a7874096f1ec8648ee
* Improve test coverage of utf.c. (CVS 1678)danielk19772004-06-23
| | | FossilOrigin-Name: 53c553c760a84e213c2277588bcc292892c2b0ce
* Optimisation for unicode encoding conversion routines. (CVS 1614)danielk19772004-06-18
| | | FossilOrigin-Name: 39a415eaa65964742e40b7ea4d471fa04007c6c9
* Use the SQLITE_UTF* symbols instead of the old internal TEXT_Utf* symbols. ↵danielk19772004-06-12
| | | | | (CVS 1572) FossilOrigin-Name: 9b84f2f488e1d37ba1a4c4cf31490bcbba0f6edd
* Some progress on user-defined collation sequences. (CVS 1544)danielk19772004-06-09
| | | FossilOrigin-Name: c634e71f1909819fb55c728bc410e5cc390428e3
* Move the 'busy-callback' logic to the pager layer. (CVS 1527)danielk19772004-06-04
| | | FossilOrigin-Name: ff70b6d2b60c143e3ada0606ceff97571998c7e3
* Remove the sqlite3_libencoding() api and the ISO8859 encoding option. (CVS 1523)drh2004-06-02
| | | FossilOrigin-Name: b53640ed2232aaf173a71636073477d80407d11f
* Change all SQLITE3 preprocessor macros to SQLITE. Documentation updates. ↵drh2004-05-31
| | | | | (CVS 1511) FossilOrigin-Name: adf7e29ff60dc559f64832fadb09f0b9decc0e76
* Steps towards UTF-16 databases. Some tests are failing because of thisdanielk19772004-05-22
| | | | | commit. (CVS 1433) FossilOrigin-Name: c4a8246864eee7cb993ab7b703324d92c284d72a
* Tests for text encoding conversion functions. Also new sqlite3_bindXX APIs. ↵danielk19772004-05-19
| | | | | (CVS 1400) FossilOrigin-Name: 4e602bb473e22cc45de2f5788c035d18586cb836
* Change lots of internal symbols from sqliteXXX to sqlite3XXX so that thedanielk19772004-05-08
| | | | | | library links again. It doesn't work yet, due to changes in the btree layer calling convention. (CVS 1324) FossilOrigin-Name: 8af6474c49263ae26216dff9465b33f76b500cf4
* Fix compilation problem in test5.c (CVS 1318)danielk19772004-05-07
| | | FossilOrigin-Name: 49c3c86c17bcd8132216791d7a1a17e2c6256206
* Add code to convert between the various supported unicode encoding schemes.danielk19772004-05-06
Untested at this point. (CVS 1315) FossilOrigin-Name: 71260ff7f7030f56c292b43f83a213c65c9a184e