aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Expand)AuthorAge
* Added database server example code (untested). Fixed serveral bugs includingdrh2006-01-09
* Reinstate the asynchronous I/O demonstration code and tests with minordrh2006-01-09
* Change the OS interface layer to use traditional direct function calldrh2006-01-06
* Enable async testing. Modify the OS layer interface. Add the sqlite3_aux.h ...drh2006-01-06
* Move TCL interface for sqlite3_release_memory() and sqlite3_soft_heap_limit()drh2006-01-05
* Bug fix in the new "exists" method of the TCL interface. (CVS 2857)drh2006-01-04
* The sqlite TCL command no longer returns the hex address of the sqlite3*drh2006-01-03
* Add part of the btree layer of the shared-cache feature. (CVS 2848)danielk19772005-12-30
* Add some very simple test cases (and resulting bug fixes) for release_memory(...danielk19772005-12-19
* Add the sqlite3_rollback_hook() API. Still requires further testing. (CVS 2823)danielk19772005-12-16
* Add the sqlite3_update_hook() API. (CVS 2820)danielk19772005-12-15
* Add the sqlite3_os_routine_set()/get() functions. (CVS 2818)danielk19772005-12-15
* Fix minor malloc() related problems and add sqlite3_soft_heap_limit() stubs. ...danielk19772005-12-12
* Add the "exists" method to the TCL interface. (CVS 2813)drh2005-12-10
* Add some tests for malloc() failure within the column_name() and column_decl(...danielk19772005-12-07
* Modify the OS layer so that I/O routines are called through a virtual functiondrh2005-11-26
* Changes to support TEA on cygwin. (CVS 2742)drh2005-10-05
* Increase resolution of time-of-day on unix. Add an experimentaldrh2005-08-29
* Null-terminate the strings array passed to Tcl_GetIndexFromObj. Bugdrh2005-08-16
* Tests and bug fixes on the new transaction method in the TCL interface. (CVS ...drh2005-08-02
* Add the "transaction" coommand to the TCL interface. Untested. (CVS 2572)drh2005-08-02
* Full-coverage testing and documentation for the ANALYZE command. Thedrh2005-07-23
* Tcl interface uses Tcl_Objs to implement user-defined functions, thus allowingdrh2005-06-26
* The TCL interface binds variables as BLOB only if they have a bytearray drh2005-06-25
* Fix memory leaks in Tcl user function interface. (CVS 2464)danielk19772005-05-20
* In the TCL interface, user-defined functions preserve the datatype returneddrh2005-05-05
* Add hooks for the SSE extension. (CVS 2449)drh2005-04-28
* Enhancements to allow for extensions. (CVS 2448)drh2005-04-28
* Apply Tcl 'nullvalue' patch from Stefan Finzel. (CVS 2441)danielk19772005-04-03
* Fix a memory leak in the TCL bindings. (CVS 2435)drh2005-03-31
* Fix an assertion fault that can occur while autovacuuming a corrupt databasedrh2005-02-26
* Prevent collation sequences and user functions from being deleted or changed ...danielk19772005-01-25
* Modifications and bugfixes so that the test suite passes with the TCL stateme...danielk19772005-01-24
* Change the TCL interface so that it can cache VMs and reuse them withoutdrh2005-01-24
* Need SQLITE_MEMDEBUG instead of SQLITE_DEBUG in tclsqlite.c. (CVS 2209)drh2005-01-13
* Tests to improve coverage of main.c. (CVS 2202)danielk19772005-01-12
* Fix a bug in tclsqlite.c. (CVS 2199)drh2005-01-12
* Tcl interface does as sqlite3 or as sqlite. A compile-time option allows drh2005-01-08
* Fix a C++-ism in the previous change to tclsqlite.c. (CVS 2168)drh2004-12-17
* Add 'copy' method for tcl interface. Behaves similar to shell .import or COP...tpoindex2004-12-17
* Get the build of sqlite3_analyzer working with Makefile.in. (CVS 2154)drh2004-12-02
* Add authorization callbacks for REINDEX. (CVS 2148)danielk19772004-11-23
* Add authorization callbacks to ALTER TABLE. (CVS 2093)danielk19772004-11-12
* The TCL interface responds correctly to "break", "continue", and "return"drh2004-09-13
* Fix the onecolumn method in the TCL interface so that it works the samedrh2004-09-07
* Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3drh2004-09-06
* Protect Tcl_Obj pointers from change using Tcl_IncrRefCount() whiledrh2004-08-26
* Host parameter names conform to SQL-2003. (CVS 1902)drh2004-08-25
* Fix a bug in the parsing of wildcards that begin with '$'. (CVS 1901)drh2004-08-24
* Tcl interface transfers values directly between SQLite and Tcl_Objs, withoutdrh2004-08-20