aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Expand)AuthorAge
* Fix a bug in the copy method of the TCL interface. Ticket #2201. (CVS 3623)drh2007-02-01
* Build without warnings and pass all tests with SQLITE_OMIT_LOAD_EXTENSION.drh2006-12-19
* Use sqlite3_mprintf() instead of strdup() to reduce libc dependencies.drh2006-12-19
* Convert static variables into constants in the FTS module. (CVS 3385)drh2006-09-02
* Refactor the FTS1 module so that its name is "fts1" instead of "fulltext",drh2006-08-31
* Improved built-in help in the command-line shell. Enable thedrh2006-08-29
* Add support for INSERT INTO ... DEFAULT VALUES. Tickets #299, #1940. (CVS 3368)drh2006-08-25
* Enhance the sqlite3_set_authorizer() callback so that it provides callbacksdrh2006-08-24
* Tcl interface does filename translation prior to calling sqlite3_open().drh2006-08-24
* Add the new experimental sqlite3_auto_extension() API. (CVS 3362)drh2006-08-23
* Add argc as a default global to match standard tcl environment. (CVS 3361)shess2006-08-22
* Add the "interrupt" method to the TCL interface. Ticket #1889. (CVS 3332)drh2006-07-17
* Reset TCL results when onecolumn or eval methods have no reply.drh2006-07-12
* Back out the changes of ticket #1687 since they broken the ActiveTcl build. (...drh2006-07-10
* Make the sqlite3_enable_load_extension() interface accessible from thedrh2006-07-06
* Make the last_insert_rowid method in the TCL interface work withdrh2006-06-21
* Add some tests (and fixes) for virtual tables and the authorization callback....danielk19772006-06-16
* Add test_schema.c, containing a module for viewing the database schema via a ...danielk19772006-06-15
* The echo module test is now running. Added the tclvar module test but havedrh2006-06-13
* Progress toward CREATE VIRTUAL TABLE. Still not even close to working... (CV...drh2006-06-11
* Out-of-memory checks added to tclsqlite.c and shell.c. Tickets #1805 and #18...drh2006-05-10
* Fix some compiler warnings. (CVS 3140)drh2006-03-16
* Remove all reference to EXTERN from tclsqlite.c. Ticket #1687. (CVS 3127)drh2006-03-06
* Code changes resulting from Coverity analysis.drh2006-03-06
* Fix tclsqlite.c to better support Mingw. Ticket #1687. (CVS 3119)drh2006-03-03
* Add the column_origin_name() etc. APIs. (CVS 3069)danielk19772006-02-10
* Fix additional compiler warnings. Tickets #1615, #1616, #1627 (CVS 2994)drh2006-01-23
* 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