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
*
Added database server example code (untested). Fixed serveral bugs including
drh
2006-01-09
*
Reinstate the asynchronous I/O demonstration code and tests with minor
drh
2006-01-09
*
Change the OS interface layer to use traditional direct function call
drh
2006-01-06
*
Enable async testing. Modify the OS layer interface. Add the sqlite3_aux.h ...
drh
2006-01-06
*
Move TCL interface for sqlite3_release_memory() and sqlite3_soft_heap_limit()
drh
2006-01-05
*
Bug fix in the new "exists" method of the TCL interface. (CVS 2857)
drh
2006-01-04
*
The sqlite TCL command no longer returns the hex address of the sqlite3*
drh
2006-01-03
*
Add part of the btree layer of the shared-cache feature. (CVS 2848)
danielk1977
2005-12-30
*
Add some very simple test cases (and resulting bug fixes) for release_memory(...
danielk1977
2005-12-19
*
Add the sqlite3_rollback_hook() API. Still requires further testing. (CVS 2823)
danielk1977
2005-12-16
*
Add the sqlite3_update_hook() API. (CVS 2820)
danielk1977
2005-12-15
*
Add the sqlite3_os_routine_set()/get() functions. (CVS 2818)
danielk1977
2005-12-15
*
Fix minor malloc() related problems and add sqlite3_soft_heap_limit() stubs. ...
danielk1977
2005-12-12
*
Add the "exists" method to the TCL interface. (CVS 2813)
drh
2005-12-10
*
Add some tests for malloc() failure within the column_name() and column_decl(...
danielk1977
2005-12-07
*
Modify the OS layer so that I/O routines are called through a virtual function
drh
2005-11-26
*
Changes to support TEA on cygwin. (CVS 2742)
drh
2005-10-05
*
Increase resolution of time-of-day on unix. Add an experimental
drh
2005-08-29
*
Null-terminate the strings array passed to Tcl_GetIndexFromObj. Bug
drh
2005-08-16
*
Tests and bug fixes on the new transaction method in the TCL interface. (CVS ...
drh
2005-08-02
*
Add the "transaction" coommand to the TCL interface. Untested. (CVS 2572)
drh
2005-08-02
*
Full-coverage testing and documentation for the ANALYZE command. The
drh
2005-07-23
*
Tcl interface uses Tcl_Objs to implement user-defined functions, thus allowing
drh
2005-06-26
*
The TCL interface binds variables as BLOB only if they have a bytearray
drh
2005-06-25
*
Fix memory leaks in Tcl user function interface. (CVS 2464)
danielk1977
2005-05-20
*
In the TCL interface, user-defined functions preserve the datatype returned
drh
2005-05-05
*
Add hooks for the SSE extension. (CVS 2449)
drh
2005-04-28
*
Enhancements to allow for extensions. (CVS 2448)
drh
2005-04-28
*
Apply Tcl 'nullvalue' patch from Stefan Finzel. (CVS 2441)
danielk1977
2005-04-03
*
Fix a memory leak in the TCL bindings. (CVS 2435)
drh
2005-03-31
*
Fix an assertion fault that can occur while autovacuuming a corrupt database
drh
2005-02-26
*
Prevent collation sequences and user functions from being deleted or changed ...
danielk1977
2005-01-25
*
Modifications and bugfixes so that the test suite passes with the TCL stateme...
danielk1977
2005-01-24
*
Change the TCL interface so that it can cache VMs and reuse them without
drh
2005-01-24
*
Need SQLITE_MEMDEBUG instead of SQLITE_DEBUG in tclsqlite.c. (CVS 2209)
drh
2005-01-13
*
Tests to improve coverage of main.c. (CVS 2202)
danielk1977
2005-01-12
*
Fix a bug in tclsqlite.c. (CVS 2199)
drh
2005-01-12
*
Tcl interface does as sqlite3 or as sqlite. A compile-time option allows
drh
2005-01-08
*
Fix a C++-ism in the previous change to tclsqlite.c. (CVS 2168)
drh
2004-12-17
*
Add 'copy' method for tcl interface. Behaves similar to shell .import or COP...
tpoindex
2004-12-17
*
Get the build of sqlite3_analyzer working with Makefile.in. (CVS 2154)
drh
2004-12-02
*
Add authorization callbacks for REINDEX. (CVS 2148)
danielk1977
2004-11-23
*
Add authorization callbacks to ALTER TABLE. (CVS 2093)
danielk1977
2004-11-12
*
The TCL interface responds correctly to "break", "continue", and "return"
drh
2004-09-13
*
Fix the onecolumn method in the TCL interface so that it works the same
drh
2004-09-07
*
Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3
drh
2004-09-06
*
Protect Tcl_Obj pointers from change using Tcl_IncrRefCount() while
drh
2004-08-26
*
Host parameter names conform to SQL-2003. (CVS 1902)
drh
2004-08-25
*
Fix a bug in the parsing of wildcards that begin with '$'. (CVS 1901)
drh
2004-08-24
*
Tcl interface transfers values directly between SQLite and Tcl_Objs, without
drh
2004-08-20
[next]