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 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
*
Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c.
drh
2008-02-18
*
Where possible, avoid freeing buffers allocated for vdbe memory cells in case...
danielk1977
2008-02-13
*
Add an experimental API for retrieving the SQL source from a compiled stateme...
danielk1977
2007-11-14
*
Modify the Tcl interface to use sqlite3_prepare_v2(). (CVS 4542)
danielk1977
2007-11-13
*
Another attempt at fixing a memory leak in the TCL interface.
drh
2007-11-12
*
Fix an error message in the tcl interface. (CVS 4503)
danielk1977
2007-10-23
*
Minor fixes for the OMIT_INCRBLOB compilation option. (CVS 4430)
danielk1977
2007-09-14
*
Add the beginning of the thread-safety tests. There are more to come. (CVS 4413)
danielk1977
2007-09-07
*
Honor the SQLITE_OPEN_ flags passed into sqlite3_open_v2(). Some
drh
2007-09-03
*
Convert the TCL interface to use sqlite3_open_v2 (CVS 4352)
drh
2007-08-31
*
Fix a ref-count problem in the TCL bindings. Ticket #2597. (CVS 4338)
drh
2007-08-30
*
The malloc.test script now passes all tests with no errors. (CVS 4271)
drh
2007-08-22
*
Reenable the memory management logic. The quick.test script now runs with
drh
2007-08-22
*
Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)
drh
2007-08-21
*
Test infrastructure for the new memory subsystem. (CVS 4229)
drh
2007-08-15
*
Remove all tabs from source code files. Ticket #2556. (CVS 4198)
drh
2007-08-07
*
Make sure the TCL bindings always use Tcl_GetWideIntFromObj() even if the
drh
2007-06-26
*
Change the TCL bindings so that @aaa always treats the variable aaa as
drh
2007-06-19
*
Cleanup the TCL interface source code and add documentation for recently
drh
2007-06-19
*
In the TCL bindings, if a TCL variable has a bytearray representation and
drh
2007-06-19
*
Remove a C++ism from the test harness. Get the TCL interface working with
drh
2007-06-15
*
In the "transaction" command of the TCL interface, if a COMMIT fails finish
drh
2007-06-12
*
Begin implementing a new system of upper bounds on the capabilities
drh
2007-05-08
*
Fix compilation and testing with OMIT_INCRBLOB defined. (CVS 3923)
danielk1977
2007-05-04
*
Test interaction of incremental io and other database writes. (CVS 3922)
danielk1977
2007-05-04
*
Eliminate all uses of sprintf() and strcpy(). These were not being
drh
2007-05-04
*
Test cases and corrections to IO and malloc() error handling in incremental b...
danielk1977
2007-05-04
*
Test cases and minor bugfixes for incremental blob APIs. (CVS 3907)
danielk1977
2007-05-03
*
Use the pointer-map pages to make the incremental blob API more efficient. (C...
danielk1977
2007-05-02
*
First approximation of incremental blob IO API. (CVS 3892)
danielk1977
2007-05-01
*
Binary file I/O infrastructure added and used to increase test coverage
drh
2007-04-06
*
Fix the amalgamation so that it works with -DSQLITE_ENABLE_REDEF_IO. Change
drh
2007-04-05
*
Explicitly test some error cases that up until now have not been checked. (CV...
danielk1977
2007-03-29
*
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
[next]