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
*
Fix a bug in the copy method of the TCL interface. Ticket #2201. (CVS 3623)
drh
2007-02-01
*
Build without warnings and pass all tests with SQLITE_OMIT_LOAD_EXTENSION.
drh
2006-12-19
*
Use sqlite3_mprintf() instead of strdup() to reduce libc dependencies.
drh
2006-12-19
*
Convert static variables into constants in the FTS module. (CVS 3385)
drh
2006-09-02
*
Refactor the FTS1 module so that its name is "fts1" instead of "fulltext",
drh
2006-08-31
*
Improved built-in help in the command-line shell. Enable the
drh
2006-08-29
*
Add support for INSERT INTO ... DEFAULT VALUES. Tickets #299, #1940. (CVS 3368)
drh
2006-08-25
*
Enhance the sqlite3_set_authorizer() callback so that it provides callbacks
drh
2006-08-24
*
Tcl interface does filename translation prior to calling sqlite3_open().
drh
2006-08-24
*
Add the new experimental sqlite3_auto_extension() API. (CVS 3362)
drh
2006-08-23
*
Add argc as a default global to match standard tcl environment. (CVS 3361)
shess
2006-08-22
*
Add the "interrupt" method to the TCL interface. Ticket #1889. (CVS 3332)
drh
2006-07-17
*
Reset TCL results when onecolumn or eval methods have no reply.
drh
2006-07-12
*
Back out the changes of ticket #1687 since they broken the ActiveTcl build. (...
drh
2006-07-10
*
Make the sqlite3_enable_load_extension() interface accessible from the
drh
2006-07-06
*
Make the last_insert_rowid method in the TCL interface work with
drh
2006-06-21
*
Add some tests (and fixes) for virtual tables and the authorization callback....
danielk1977
2006-06-16
*
Add test_schema.c, containing a module for viewing the database schema via a ...
danielk1977
2006-06-15
*
The echo module test is now running. Added the tclvar module test but have
drh
2006-06-13
*
Progress toward CREATE VIRTUAL TABLE. Still not even close to working... (CV...
drh
2006-06-11
*
Out-of-memory checks added to tclsqlite.c and shell.c. Tickets #1805 and #18...
drh
2006-05-10
*
Fix some compiler warnings. (CVS 3140)
drh
2006-03-16
*
Remove all reference to EXTERN from tclsqlite.c. Ticket #1687. (CVS 3127)
drh
2006-03-06
*
Code changes resulting from Coverity analysis.
drh
2006-03-06
*
Fix tclsqlite.c to better support Mingw. Ticket #1687. (CVS 3119)
drh
2006-03-03
*
Add the column_origin_name() etc. APIs. (CVS 3069)
danielk1977
2006-02-10
*
Fix additional compiler warnings. Tickets #1615, #1616, #1627 (CVS 2994)
drh
2006-01-23
*
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
[next]