index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
tclsqlite.test
Commit message (
Expand
)
Author
Age
*
Make the sqlite3_error_offset() interface accessible from TCL using the
drh
2022-02-16
*
Add a reference counter to a structure used internally by the Tcl interface s...
dan
2021-09-16
*
Recognize certain standard datatypes ("INT", "INTEGER", "REAL", "TEXT", and
drh
2021-07-30
*
Disable a redundant test case that uses a very large stack, and hence
drh
2020-01-18
*
Performance improvements and test cases added. Allow "PRAGMA trusted_schema=ON"
drh
2020-01-08
*
Add support for SQLITE_OPEN_NOFOLLOW.
drh
2019-11-18
*
The SQLITE_DIRECTONLY flag, when added to sqlite3_create_function() prevents
drh
2019-08-17
|
\
|
*
Provide the SQLITE_DIRECTONLY flag for app-defined functions that prohibits
drh
2019-08-15
*
|
Add the SQLITE_DBCONFIG_ENABLE_VIEW option, together with a "db config"
drh
2019-08-15
|
/
*
Add the new "bind_fallback" method to the "sqlite3" object in the TCL
drh
2019-02-28
*
Add the "-returntype" option to the "db function" Tcl method.
dan
2019-02-27
*
Fix the "sqlite3" command in the TCL interface so that it correctly returns
drh
2018-09-19
*
Replace sqlite3_memdb_config() with sqlite3_deserialize(). Remove the
drh
2018-01-03
*
Simplify the "sqlite3" command in the TCL interface. The filename is now
drh
2018-01-03
*
Add the -withoutnulls option to the "db eval" method in the TCL interface.
drh
2017-06-26
*
Merge fixes from trunk. Fix the tclsqlite.test script.
drh
2016-07-15
*
Fix the "onecolumn" and "exists" methods of the TCL interface so that they
drh
2016-06-13
*
Merge all recent enhancements from trunk.
drh
2016-03-16
|
\
|
*
Many more test cases fixed. Only a few remain.
drh
2016-03-14
*
|
Merge all recent trunk enhancements into the sessions branch.
drh
2015-03-17
|
\
|
|
*
Extra tests for commit [0f250957].
dan
2015-03-13
*
|
Merge the latest trunk changes, especially the ORDER BY optimizer enhancements
drh
2012-10-09
|
\
|
|
*
Fix the TCL interface so that SQL functions implemented in TCL honor the
drh
2012-10-03
*
|
Merge the latest trunk changes (especially "PRAGMA busy_timeout" and the
drh
2012-09-28
|
\
|
|
*
Correct two duplicated test names.
mistachkin
2012-09-10
*
|
Update sessions branch with latest changes from trunk.
dan
2012-01-14
|
\
|
|
*
Add the -uri option to the usage comment that is printed by the "sqlite3"
drh
2012-01-13
*
|
Merge the latest trunk changes into the sessions branch.
drh
2011-08-26
|
\
|
|
*
Ensure that the Tcl "db onecolumn" command returns an empty string if the SEL...
dan
2011-08-18
*
|
Remove the sqlite3_transaction_hook() API.
dan
2011-03-16
*
|
Add the experimental sqlite3_transaction_hook() API.
dan
2011-03-03
*
|
Add the experimental sqlite3_preupdate_hook() API.
dan
2011-03-01
|
/
*
Change all.test, quick.test and permutations.test so that they use a separate...
dan
2010-06-07
*
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
*
Update the TCL wrapper to provide a non-NULL objProc pointer to the
drh
2009-10-13
*
Add the sqlite3_unlock_notify() API. (CVS 6348)
danielk1977
2009-03-16
*
Add "backup" and "restore" methods to the TCL interfaces and test cases
drh
2009-02-04
*
Modify the (transaction) method of the tcl interface to use savepoints. This ...
danielk1977
2009-01-02
*
Minor cleanup of the new "status" command on the TCL bindings. (CVS 5783)
drh
2008-10-09
*
Calling sqlite3_create_function with nArg==(-1) does not override prior
drh
2008-09-09
*
Add support for SQLITE_OPEN_FULLMUTEX. (CVS 5669)
drh
2008-09-03
*
Modify tclsqlite.test so that it works reliably with tcl 8.5.4. (CVS 5640)
danielk1977
2008-08-29
*
Fix obscure permutation test problems. (CVS 5611)
drh
2008-08-25
*
Add the SQLITE_OPEN_NOMUTEX flag. Used for opening connections that are not p...
danielk1977
2008-07-10
*
Changes to test scripts to accommodate different architectures and different
drh
2008-04-28
*
Fix an error message in the tcl interface. (CVS 4503)
danielk1977
2007-10-23
*
Fixes for compilation/testing when the various OMIT macros are defined. (CVS ...
danielk1977
2007-09-12
*
Fix for registration of non-default vfs objects. (CVS 4360)
danielk1977
2007-09-01
*
Convert the TCL interface to use sqlite3_open_v2 (CVS 4352)
drh
2007-08-31
[next]