index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test5.c
Commit message (
Expand
)
Author
Age
*
Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more s...
stephan
2025-03-08
*
Cygwin-centric fixes from Jan Nijtmans.
stephan
2025-03-06
*
First attempt at getting the build to work with Tcl 9.0.
drh
2024-07-30
*
Make sure the SQLITE_TCLAPI macro is always defined.
mistachkin
2016-07-28
*
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...
mistachkin
2016-07-28
*
Experimental simplification of memory flags/type handling.
mistachkin
2014-03-05
*
Faster and smaller implementation of sqlite3_value_type().
drh
2014-02-10
*
Fix compiler warnings in the TCL test harness.
drh
2012-01-30
*
Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() and
drh
2010-07-24
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Fix further warnings/compilation errors in test code. (CVS 5558)
danielk1977
2008-08-12
*
Implement the "lookaside" memory allocation cache. Use of this cache makes
drh
2008-07-28
*
The sqlite3_value object now carries an sqlite3* pointer to use for
drh
2007-08-21
*
Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)
drh
2007-08-21
*
More work on refactoring of malloc() interfaces. There are still many errors....
danielk1977
2007-08-16
*
Half-way through a major refactoring of the memory allocation.
drh
2007-08-16
*
Fix the amalgamation generator so that all non-API functions have file scope....
drh
2007-05-08
*
More annoying and pointless signedness warnings fixed. (CVS 2811)
drh
2005-12-09
*
The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass...
drh
2004-11-14
*
Modifications to the journal format to make it more robust. (CVS 1686)
danielk1977
2004-06-25
*
Improve test coverage of utf.c. (CVS 1678)
danielk1977
2004-06-23
*
Optimisation for unicode encoding conversion routines. (CVS 1614)
danielk1977
2004-06-18
*
Use the SQLITE_UTF* symbols instead of the old internal TEXT_Utf* symbols. (C...
danielk1977
2004-06-12
*
Some progress on user-defined collation sequences. (CVS 1544)
danielk1977
2004-06-09
*
Move the 'busy-callback' logic to the pager layer. (CVS 1527)
danielk1977
2004-06-04
*
Remove the sqlite3_libencoding() api and the ISO8859 encoding option. (CVS 1523)
drh
2004-06-02
*
Change all SQLITE3 preprocessor macros to SQLITE. Documentation updates. (CV...
drh
2004-05-31
*
Steps towards UTF-16 databases. Some tests are failing because of this
danielk1977
2004-05-22
*
Tests for text encoding conversion functions. Also new sqlite3_bindXX APIs. (...
danielk1977
2004-05-19
*
Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the
danielk1977
2004-05-08
*
Fix compilation problem in test5.c (CVS 1318)
danielk1977
2004-05-07
*
Add code to convert between the various supported unicode encoding schemes.
danielk1977
2004-05-06