index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tclsqlite.c
Commit message (
Expand
)
Author
Age
*
Change the behavior of the sqlite3_wal_hook() callback. It should now return
drh
2010-05-05
*
Test the handling of errors returned by the xShmXXX() APIs.
dan
2010-05-05
*
Rename the sqlite3_log_hook() to sqlite3_wal_hook(). Added comments to
drh
2010-04-28
*
Add the sqlite3_log_hook() interface for scheduling checkpoints.
dan
2010-04-19
*
Pull over the latest changes from the trunk.
drh
2010-04-07
|
\
|
*
Add file test_demovfs.c, containing a simple VFS implementation that demonstr...
dan
2010-04-07
*
|
Add an interface to the SQLITE_STMTSTATUS_AUTOINDEX status information
drh
2010-04-07
|
/
*
Changes to the TCL interface header to allow it to be compiled independently
drh
2009-12-01
*
Initial implementation and test cases for the "intarray" virtual table.
drh
2009-11-10
*
Remove from the TCL interface some old code associated with sqlite3_analyzer.
drh
2009-11-10
*
Fix a compiler warning that occurs when building the TCL interface.
drh
2009-10-24
*
Merge the MD5 checksum logic into the TCL interface. This facilitates building
drh
2009-10-22
*
Remove the sqlite3_reoptimize() API. The same functionality is now provided a...
dan
2009-10-19
*
Add the experimental sqlite3_reoptimize() API.
dan
2009-10-15
*
Update the TCL wrapper to provide a non-NULL objProc pointer to the
drh
2009-10-13
*
Change tclsqlite.c to use the Tcl_NRxxx() APIs in Tcl versions 8.6 and later.
dan
2009-10-06
*
Add tests to check that sqlite recovers from an error in sqlite3_initialize()...
dan
2009-08-17
*
Remove two unused fields from the Parse structure. The TCL interface now
drh
2009-07-03
*
Fix another compiler warning in the test logic of tclsqlite.c. (CVS 6393)
drh
2009-03-27
*
Fix some compiler warnings in test code. (CVS 6392)
drh
2009-03-27
*
Changes to insure that lookaside memory allocations are never used to hold
drh
2009-03-24
*
Add the sqlite3_unlock_notify() API. (CVS 6348)
danielk1977
2009-03-16
*
Allow sqlite3_shutdown() to be called by a process before sqlite3_initialize(...
danielk1977
2009-02-17
*
Add "backup" and "restore" methods to the TCL interfaces and test cases
drh
2009-02-04
*
Commit first version of the 'backup' feature. (CVS 6241)
danielk1977
2009-02-03
*
Make some changes requested by Fedora. (CVS 6181)
drh
2009-01-14
*
Modify the (transaction) method of the tcl interface to use savepoints. This ...
danielk1977
2009-01-02
*
Invoke the authorization callback when compiling SAVEPOINT, ROLLBACK TO and R...
danielk1977
2008-12-30
*
The strlen30 function in tclsqlite.c should be defined regardless of whether
drh
2008-12-10
*
Fix an issue with the new sqlite3Strlen30() introduced by
drh
2008-12-10
*
Never use strlen(). Use our own internal sqlite3Strlen30() which is
drh
2008-12-10
*
Minor cleanup of the new "status" command on the TCL bindings. (CVS 5783)
drh
2008-10-09
*
Add the experimental sqlite3_stmt_status() interface. (CVS 5781)
drh
2008-10-07
*
Fix the TCL installer so that it omits the release number. Ticket #3396.
drh
2008-09-23
*
Add no-op Unload entry points to the TCL interface. Ticket #3397. (CVS 5734)
drh
2008-09-23
*
Calling sqlite3_create_function with nArg==(-1) does not override prior
drh
2008-09-09
*
Make the default threading mode multithread (-nomutex) in the TCL interface. ...
drh
2008-09-03
*
Add support for SQLITE_OPEN_FULLMUTEX. (CVS 5669)
drh
2008-09-03
*
Converted strcasecmp to sqlite3StrICmp. Test code only. (CVS 5654)
shane
2008-09-01
*
In the TCL interface, disable the authorizer when during a BEGIN, COMMIT,
drh
2008-08-26
*
Add the SQLITE_OPEN_NOMUTEX flag. Used for opening connections that are not p...
danielk1977
2008-07-10
*
Add some test infrastructure and cases for the new mutex api. (CVS 5230)
danielk1977
2008-06-18
*
Fix more compiler warnings. (CVS 5074)
drh
2008-05-01
*
Back out the zero-terminator optimization introduced in check-in (4915).
drh
2008-04-16
*
Add source file test_osinst.c. A wrapper vfs with instrumentation capabilitie...
danielk1977
2008-04-10
*
Fix to the "copy" method in the TCL interface. Ticket #3039. (CVS 4975)
drh
2008-04-10
*
Fix the TCL interface so that it does not use unpublished interfaces. (CVS 4965)
drh
2008-04-04
*
Test string values passed to bind_text() and result_text() for a nul-terminat...
danielk1977
2008-03-25
*
Initialize the MD5 SQL functions from test_func.c instead of using
drh
2008-03-19
*
Move SQL functions used for testing only out of func.c and into a new
drh
2008-03-19
[next]