aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Expand)AuthorAge
* 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
* Fix the amalgamation so that it works with -DSQLITE_ENABLE_REDEF_IO. Changedrh2007-04-05
* Explicitly test some error cases that up until now have not been checked. (CV...danielk19772007-03-29
* 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