aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Expand)AuthorAge
* Change the behavior of the sqlite3_wal_hook() callback. It should now returndrh2010-05-05
* Test the handling of errors returned by the xShmXXX() APIs.dan2010-05-05
* Rename the sqlite3_log_hook() to sqlite3_wal_hook(). Added comments todrh2010-04-28
* Add the sqlite3_log_hook() interface for scheduling checkpoints.dan2010-04-19
* Pull over the latest changes from the trunk.drh2010-04-07
|\
| * Add file test_demovfs.c, containing a simple VFS implementation that demonstr...dan2010-04-07
* | Add an interface to the SQLITE_STMTSTATUS_AUTOINDEX status informationdrh2010-04-07
|/
* Changes to the TCL interface header to allow it to be compiled independentlydrh2009-12-01
* Initial implementation and test cases for the "intarray" virtual table.drh2009-11-10
* Remove from the TCL interface some old code associated with sqlite3_analyzer.drh2009-11-10
* Fix a compiler warning that occurs when building the TCL interface.drh2009-10-24
* Merge the MD5 checksum logic into the TCL interface. This facilitates buildingdrh2009-10-22
* Remove the sqlite3_reoptimize() API. The same functionality is now provided a...dan2009-10-19
* Add the experimental sqlite3_reoptimize() API.dan2009-10-15
* Update the TCL wrapper to provide a non-NULL objProc pointer to thedrh2009-10-13
* Change tclsqlite.c to use the Tcl_NRxxx() APIs in Tcl versions 8.6 and later.dan2009-10-06
* Add tests to check that sqlite recovers from an error in sqlite3_initialize()...dan2009-08-17
* Remove two unused fields from the Parse structure. The TCL interface nowdrh2009-07-03
* Fix another compiler warning in the test logic of tclsqlite.c. (CVS 6393)drh2009-03-27
* Fix some compiler warnings in test code. (CVS 6392)drh2009-03-27
* Changes to insure that lookaside memory allocations are never used to hold drh2009-03-24
* Add the sqlite3_unlock_notify() API. (CVS 6348)danielk19772009-03-16
* Allow sqlite3_shutdown() to be called by a process before sqlite3_initialize(...danielk19772009-02-17
* Add "backup" and "restore" methods to the TCL interfaces and test casesdrh2009-02-04
* Commit first version of the 'backup' feature. (CVS 6241)danielk19772009-02-03
* Make some changes requested by Fedora. (CVS 6181)drh2009-01-14
* Modify the (transaction) method of the tcl interface to use savepoints. This ...danielk19772009-01-02
* Invoke the authorization callback when compiling SAVEPOINT, ROLLBACK TO and R...danielk19772008-12-30
* The strlen30 function in tclsqlite.c should be defined regardless of whetherdrh2008-12-10
* Fix an issue with the new sqlite3Strlen30() introduced bydrh2008-12-10
* Never use strlen(). Use our own internal sqlite3Strlen30() which isdrh2008-12-10
* 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