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 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
*
Add support for named wildcards in SQL statements. (CVS 1897)
drh
2004-08-20
*
Fix problems for 64-bit machines and when SQLITE_OMIT_AUTHORIZATION is define...
drh
2004-07-26
*
First cut at a analysis tool for version 3.0 databases. (CVS 1862)
drh
2004-07-23
*
Changes in support of using a codec. (CVS 1844)
drh
2004-07-22
*
Fix a memory allocation problem in os_test.c (CVS 1782)
danielk1977
2004-06-30
*
Coverage improvements for malloc and vdbemem.c (CVS 1781)
danielk1977
2004-06-30
*
Ensure the tcl interface returns an error when sqlite3_create_function()
danielk1977
2004-06-29
*
Improved test coverage of tclsqlite.c (CVS 1761)
drh
2004-06-29
*
Add testing for sqlite3_trace() and fix a bug. (CVS 1760)
drh
2004-06-29
*
Update sqlite3_changes() to match the documentation and add
danielk1977
2004-06-21
*
Remove the iCollate argument from sqlite3_create_function() (CVS 1632)
danielk1977
2004-06-19
*
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
drh
2004-06-19
*
Changes to allow libsqlite3.a and libsqlite.a to be both linked into the
drh
2004-06-18
*
Have the TCL 'errorcode' interface call sqlite3_errcode(). (CVS 1589)
danielk1977
2004-06-14
*
(1) Modifications to the user-function interface and (2) Internal changes
danielk1977
2004-06-12
*
Change prototype for busy callbacks to "int xBusy(void *, int);" (CVS 1573)
danielk1977
2004-06-12
*
Add the sqlite3_collation_needed() API and fix some error handling cases
danielk1977
2004-06-10
*
Change the collation sequence interface to allow collation sequences that
danielk1977
2004-06-10
*
Some progress on user-defined collation sequences. (CVS 1544)
danielk1977
2004-06-09
*
Remove the third argument from the sqlite3_open() API. (CVS 1540)
danielk1977
2004-06-08
*
Remove the sqlite3_libencoding() api and the ISO8859 encoding option. (CVS 1523)
drh
2004-06-02
*
Remove the sqlite3_error_string() API. (CVS 1514)
danielk1977
2004-05-31
*
Change all SQLITE3 preprocessor macros to SQLITE. Documentation updates. (CV...
drh
2004-05-31
*
Allow CREATE and DROP TRIGGER on attached databases. (CVS 1488)
danielk1977
2004-05-29
*
A couple of test cases and fixes for blob literals. (CVS 1474)
danielk1977
2004-05-27
*
Alter the Tcl eval sub-command so that it supports blobs. (CVS 1473)
danielk1977
2004-05-27
*
Refactoring of the vdbe Mem functions and the APIs that deal with them.
drh
2004-05-26
*
Remove dataType and includeTypes flags from function definitions. Added new
drh
2004-05-26
*
Use the new form of the sqlite3_create_function() API. (CVS 1460)
danielk1977
2004-05-26
*
Use the new API calls more consistently. (CVS 1459)
danielk1977
2004-05-26
[next]