aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Expand)AuthorAge
* 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
* Add support for named wildcards in SQL statements. (CVS 1897)drh2004-08-20
* Fix problems for 64-bit machines and when SQLITE_OMIT_AUTHORIZATION is define...drh2004-07-26
* First cut at a analysis tool for version 3.0 databases. (CVS 1862)drh2004-07-23
* Changes in support of using a codec. (CVS 1844)drh2004-07-22
* Fix a memory allocation problem in os_test.c (CVS 1782)danielk19772004-06-30
* Coverage improvements for malloc and vdbemem.c (CVS 1781)danielk19772004-06-30
* Ensure the tcl interface returns an error when sqlite3_create_function()danielk19772004-06-29
* Improved test coverage of tclsqlite.c (CVS 1761)drh2004-06-29
* Add testing for sqlite3_trace() and fix a bug. (CVS 1760)drh2004-06-29
* Update sqlite3_changes() to match the documentation and adddanielk19772004-06-21
* Remove the iCollate argument from sqlite3_create_function() (CVS 1632)danielk19772004-06-19
* Change the name of the TCL command from "sqlite" to "sqlite3" so that bothdrh2004-06-19
* Changes to allow libsqlite3.a and libsqlite.a to be both linked into thedrh2004-06-18
* Have the TCL 'errorcode' interface call sqlite3_errcode(). (CVS 1589)danielk19772004-06-14
* (1) Modifications to the user-function interface and (2) Internal changesdanielk19772004-06-12
* Change prototype for busy callbacks to "int xBusy(void *, int);" (CVS 1573)danielk19772004-06-12
* Add the sqlite3_collation_needed() API and fix some error handling casesdanielk19772004-06-10
* Change the collation sequence interface to allow collation sequences thatdanielk19772004-06-10
* Some progress on user-defined collation sequences. (CVS 1544)danielk19772004-06-09
* Remove the third argument from the sqlite3_open() API. (CVS 1540)danielk19772004-06-08
* Remove the sqlite3_libencoding() api and the ISO8859 encoding option. (CVS 1523)drh2004-06-02
* Remove the sqlite3_error_string() API. (CVS 1514)danielk19772004-05-31
* Change all SQLITE3 preprocessor macros to SQLITE. Documentation updates. (CV...drh2004-05-31
* Allow CREATE and DROP TRIGGER on attached databases. (CVS 1488)danielk19772004-05-29
* A couple of test cases and fixes for blob literals. (CVS 1474)danielk19772004-05-27
* Alter the Tcl eval sub-command so that it supports blobs. (CVS 1473)danielk19772004-05-27
* Refactoring of the vdbe Mem functions and the APIs that deal with them.drh2004-05-26
* Remove dataType and includeTypes flags from function definitions. Added newdrh2004-05-26
* Use the new form of the sqlite3_create_function() API. (CVS 1460)danielk19772004-05-26
* Use the new API calls more consistently. (CVS 1459)danielk19772004-05-26