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
*
Add the ability to enable or disable SQLITE_IOCAP_ZERO_DAMAGE using a URI
drh
2011-12-21
*
Add assert() statements and eliminate needless variable assignments in order
drh
2011-10-14
*
Change the way the sqlite3_analyzer executable is built.
dan
2011-09-21
*
Ensure that the Tcl "db onecolumn" command returns an empty string if the SEL...
dan
2011-08-18
*
Add a case to permutations.test to run the veryquick test suite using sqlite3...
dan
2011-06-27
*
More compiler warning fixes.
drh
2011-06-20
*
Fix a problem where FTS test code was not being included in the testfixture b...
dan
2011-06-20
*
Fix a bug exposed by combining matchinfo(), NEAR and "ORDER BY rowid DESC".
dan
2011-06-13
*
Add the "wholenumber" virtual table module to the test suite - useful in
drh
2011-04-01
*
Merge the word-fuzzer branch into trunk.
drh
2011-04-01
|
\
|
*
Skeleton code for the word-fuzzer virtual table.
drh
2011-03-26
*
|
Add test infrastructure (and some tests) to inject faults into os_unix.c usin...
dan
2011-03-28
|
/
*
Make sure code *compiles* with each OMIT and ENABLE option. Mostly changes t...
shaneh
2011-02-09
*
Have testfixture invoke C routine Zipvfs_Init() when creating a new interpret...
dan
2010-12-29
*
Add file test_superlock.c with example code for obtaining an exclusive lock o...
dan
2010-11-19
*
First attempt at a sharding VFS to split large DBs.
shaneh
2010-11-04
*
Fix a memory leak in the update_hook method of the TCL interface.
drh
2010-10-27
*
Add file test_quota.c, demonstrating how file-system quotas may be implemente...
dan
2010-09-01
*
Add code to allow user-defined searches of r-tree tables. Still largely untes...
dan
2010-08-28
*
Add EXTERN macros before entry points in tclsqlite.c. This undoes the
drh
2010-08-26
*
Reinstate the "sqlite" alias for backwards compatibility (but leave
drh
2010-08-25
*
Disable the legacy "sqlite" command in the TCL interface. Provide only
drh
2010-08-25
*
Merge leaf created by accident.
dan
2010-08-20
*
Fix a typo in an error message of the TCL interface.
drh
2010-08-01
*
Fix makefiles so that they build sqlite3_analyzer again. Tweaks to comments
drh
2010-07-12
*
Changes so that the space-analyzer script works with 3.7.0.
dan
2010-07-12
*
i
dan
2010-06-22
*
Refactor some of the global variables and commands used by tester.tcl.
dan
2010-06-07
*
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
[next]