aboutsummaryrefslogtreecommitdiff
path: root/test/tclsqlite.test
Commit message (Expand)AuthorAge
* Make the sqlite3_error_offset() interface accessible from TCL using thedrh2022-02-16
* Add a reference counter to a structure used internally by the Tcl interface s...dan2021-09-16
* Recognize certain standard datatypes ("INT", "INTEGER", "REAL", "TEXT", anddrh2021-07-30
* Disable a redundant test case that uses a very large stack, and hencedrh2020-01-18
* Performance improvements and test cases added. Allow "PRAGMA trusted_schema=ON"drh2020-01-08
* Add support for SQLITE_OPEN_NOFOLLOW.drh2019-11-18
* The SQLITE_DIRECTONLY flag, when added to sqlite3_create_function() preventsdrh2019-08-17
|\
| * Provide the SQLITE_DIRECTONLY flag for app-defined functions that prohibitsdrh2019-08-15
* | Add the SQLITE_DBCONFIG_ENABLE_VIEW option, together with a "db config"drh2019-08-15
|/
* Add the new "bind_fallback" method to the "sqlite3" object in the TCLdrh2019-02-28
* Add the "-returntype" option to the "db function" Tcl method.dan2019-02-27
* Fix the "sqlite3" command in the TCL interface so that it correctly returnsdrh2018-09-19
* Replace sqlite3_memdb_config() with sqlite3_deserialize(). Remove thedrh2018-01-03
* Simplify the "sqlite3" command in the TCL interface. The filename is nowdrh2018-01-03
* Add the -withoutnulls option to the "db eval" method in the TCL interface.drh2017-06-26
* Merge fixes from trunk. Fix the tclsqlite.test script.drh2016-07-15
* Fix the "onecolumn" and "exists" methods of the TCL interface so that theydrh2016-06-13
* Merge all recent enhancements from trunk.drh2016-03-16
|\
| * Many more test cases fixed. Only a few remain.drh2016-03-14
* | Merge all recent trunk enhancements into the sessions branch.drh2015-03-17
|\|
| * Extra tests for commit [0f250957].dan2015-03-13
* | Merge the latest trunk changes, especially the ORDER BY optimizer enhancementsdrh2012-10-09
|\|
| * Fix the TCL interface so that SQL functions implemented in TCL honor thedrh2012-10-03
* | Merge the latest trunk changes (especially "PRAGMA busy_timeout" and thedrh2012-09-28
|\|
| * Correct two duplicated test names.mistachkin2012-09-10
* | Update sessions branch with latest changes from trunk.dan2012-01-14
|\|
| * Add the -uri option to the usage comment that is printed by the "sqlite3"drh2012-01-13
* | Merge the latest trunk changes into the sessions branch.drh2011-08-26
|\|
| * Ensure that the Tcl "db onecolumn" command returns an empty string if the SEL...dan2011-08-18
* | Remove the sqlite3_transaction_hook() API.dan2011-03-16
* | Add the experimental sqlite3_transaction_hook() API.dan2011-03-03
* | Add the experimental sqlite3_preupdate_hook() API.dan2011-03-01
|/
* Change all.test, quick.test and permutations.test so that they use a separate...dan2010-06-07
* Rename the sqlite3_log_hook() to sqlite3_wal_hook(). Added comments todrh2010-04-28
* Add the sqlite3_log_hook() interface for scheduling checkpoints.dan2010-04-19
* Update the TCL wrapper to provide a non-NULL objProc pointer to thedrh2009-10-13
* Add the sqlite3_unlock_notify() API. (CVS 6348)danielk19772009-03-16
* Add "backup" and "restore" methods to the TCL interfaces and test casesdrh2009-02-04
* Modify the (transaction) method of the tcl interface to use savepoints. This ...danielk19772009-01-02
* Minor cleanup of the new "status" command on the TCL bindings. (CVS 5783)drh2008-10-09
* Calling sqlite3_create_function with nArg==(-1) does not override priordrh2008-09-09
* Add support for SQLITE_OPEN_FULLMUTEX. (CVS 5669)drh2008-09-03
* Modify tclsqlite.test so that it works reliably with tcl 8.5.4. (CVS 5640)danielk19772008-08-29
* Fix obscure permutation test problems. (CVS 5611)drh2008-08-25
* Add the SQLITE_OPEN_NOMUTEX flag. Used for opening connections that are not p...danielk19772008-07-10
* Changes to test scripts to accommodate different architectures and differentdrh2008-04-28
* Fix an error message in the tcl interface. (CVS 4503)danielk19772007-10-23
* Fixes for compilation/testing when the various OMIT macros are defined. (CVS ...danielk19772007-09-12
* Fix for registration of non-default vfs objects. (CVS 4360)danielk19772007-09-01
* Convert the TCL interface to use sqlite3_open_v2 (CVS 4352)drh2007-08-31