aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Expand)AuthorAge
* Minor cleanup of the new "status" command on the TCL bindings. (CVS 5783)drh2008-10-09
* Add the experimental sqlite3_stmt_status() interface. (CVS 5781)drh2008-10-07
* Fix the TCL installer so that it omits the release number. Ticket #3396.drh2008-09-23
* Add no-op Unload entry points to the TCL interface. Ticket #3397. (CVS 5734)drh2008-09-23
* Calling sqlite3_create_function with nArg==(-1) does not override priordrh2008-09-09
* Make the default threading mode multithread (-nomutex) in the TCL interface. ...drh2008-09-03
* Add support for SQLITE_OPEN_FULLMUTEX. (CVS 5669)drh2008-09-03
* Converted strcasecmp to sqlite3StrICmp. Test code only. (CVS 5654)shane2008-09-01
* In the TCL interface, disable the authorizer when during a BEGIN, COMMIT,drh2008-08-26
* Add the SQLITE_OPEN_NOMUTEX flag. Used for opening connections that are not p...danielk19772008-07-10
* Add some test infrastructure and cases for the new mutex api. (CVS 5230)danielk19772008-06-18
* Fix more compiler warnings. (CVS 5074)drh2008-05-01
* Back out the zero-terminator optimization introduced in check-in (4915).drh2008-04-16
* Add source file test_osinst.c. A wrapper vfs with instrumentation capabilitie...danielk19772008-04-10
* Fix to the "copy" method in the TCL interface. Ticket #3039. (CVS 4975)drh2008-04-10
* Fix the TCL interface so that it does not use unpublished interfaces. (CVS 4965)drh2008-04-04
* Test string values passed to bind_text() and result_text() for a nul-terminat...danielk19772008-03-25
* Initialize the MD5 SQL functions from test_func.c instead of usingdrh2008-03-19
* Move SQL functions used for testing only out of func.c and into a newdrh2008-03-19
* Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c.drh2008-02-18
* Where possible, avoid freeing buffers allocated for vdbe memory cells in case...danielk19772008-02-13
* Add an experimental API for retrieving the SQL source from a compiled stateme...danielk19772007-11-14
* Modify the Tcl interface to use sqlite3_prepare_v2(). (CVS 4542)danielk19772007-11-13
* Another attempt at fixing a memory leak in the TCL interface.drh2007-11-12
* Fix an error message in the tcl interface. (CVS 4503)danielk19772007-10-23
* Minor fixes for the OMIT_INCRBLOB compilation option. (CVS 4430)danielk19772007-09-14
* Add the beginning of the thread-safety tests. There are more to come. (CVS 4413)danielk19772007-09-07
* Honor the SQLITE_OPEN_ flags passed into sqlite3_open_v2(). Somedrh2007-09-03
* Convert the TCL interface to use sqlite3_open_v2 (CVS 4352)drh2007-08-31
* Fix a ref-count problem in the TCL bindings. Ticket #2597. (CVS 4338)drh2007-08-30
* The malloc.test script now passes all tests with no errors. (CVS 4271)drh2007-08-22
* Reenable the memory management logic. The quick.test script now runs withdrh2007-08-22
* Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)drh2007-08-21
* Test infrastructure for the new memory subsystem. (CVS 4229)drh2007-08-15
* Remove all tabs from source code files. Ticket #2556. (CVS 4198)drh2007-08-07
* Make sure the TCL bindings always use Tcl_GetWideIntFromObj() even if thedrh2007-06-26
* Change the TCL bindings so that @aaa always treats the variable aaa asdrh2007-06-19
* Cleanup the TCL interface source code and add documentation for recentlydrh2007-06-19
* In the TCL bindings, if a TCL variable has a bytearray representation anddrh2007-06-19
* Remove a C++ism from the test harness. Get the TCL interface working withdrh2007-06-15
* In the "transaction" command of the TCL interface, if a COMMIT fails finishdrh2007-06-12
* Begin implementing a new system of upper bounds on the capabilitiesdrh2007-05-08
* Fix compilation and testing with OMIT_INCRBLOB defined. (CVS 3923)danielk19772007-05-04
* Test interaction of incremental io and other database writes. (CVS 3922)danielk19772007-05-04
* Eliminate all uses of sprintf() and strcpy(). These were not beingdrh2007-05-04
* Test cases and corrections to IO and malloc() error handling in incremental b...danielk19772007-05-04
* Test cases and minor bugfixes for incremental blob APIs. (CVS 3907)danielk19772007-05-03
* Use the pointer-map pages to make the incremental blob API more efficient. (C...danielk19772007-05-02
* First approximation of incremental blob IO API. (CVS 3892)danielk19772007-05-01
* Binary file I/O infrastructure added and used to increase test coveragedrh2007-04-06