aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Expand)AuthorAge
* Fix the second callback argument to the "profile" response of thedrh2018-03-10
* Improved documentation for sqlite3_serialize() and sqlite3_deserialize().drh2018-03-06
* Merge changes from trunk.drh2018-01-24
|\
| * Skip defining WIN32_LEAN_AND_MEAN when it is already defined.mistachkin2018-01-23
* | New test cases and fixes for minor problems.drh2018-01-03
* | Replace sqlite3_memdb_config() with sqlite3_deserialize(). Remove thedrh2018-01-03
* | Replace the sqlite3_memdb_ptr() interface with the more generaldrh2018-01-03
* | Simplify the "sqlite3" command in the TCL interface. The filename is nowdrh2018-01-03
* | Add support for the "memdb" VFS and the sqlite3_memdb_ptr() anddrh2018-01-03
|/
* Improved ability to generate stand-alone program using TCL and SQLite bydrh2017-10-13
* When compiling with SQLITE_TEST, extra options are available on thedrh2017-10-13
* Move some test logic out of tclsqlite.c and into auxiliary test_*.c files.drh2017-10-13
* Add the schema6.test module for demonstrating schemas that generate identicaldrh2017-07-30
* Incorporate recent trunk changes.drh2017-06-28
|\
| * Add the -withoutnulls option to the "db eval" method in the TCL interface.drh2017-06-26
| * When generating individual loops for each ORed term of an OR scan, move anydan2017-06-22
* | Add interfaces sqlite3_prepare_v3() and sqlite3_prepare16_v3() with thedrh2017-06-01
|/
* New requirements marks and documentation for the authorizer.drh2017-05-11
* Further reforms to Tcl_*Alloc() usage.mistachkin2017-02-15
* Make sure Tcl_AppendResult() always has a NULL-pointer argument at the end.drh2017-01-12
* Add missing nul-terminator to a Tcl_AppendResult() call in tclsqlite.c.dan2016-12-06
* Changes to give a warning-free build with SQLITE_OMIT_INCRBLOB anddrh2016-09-10
* More compiler warning fixes for GCC related to the auto-extension mechanism.mistachkin2016-07-28
* Make the extension auto-loading mechanism work with the __stdcall calling con...mistachkin2016-07-28
* Adjustments to get 'testfixture.exe' compiling with Tcl 8.6 when __stdcall is...mistachkin2016-07-28
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* Work in progress on setting a calling convention for all callback functions.mistachkin2016-07-28
* Fix code so that the deprecated sqlite3_trace() and sqlite3_profile() drh2016-07-25
* More work on the Tcl interface and tests for the sqlite3_trace_v2() API.mistachkin2016-07-14
* Initial work on the Tcl API interface to the new sqlite3_trace_v2() function.mistachkin2016-07-14
* Fix the "onecolumn" and "exists" methods of the TCL interface so that theydrh2016-06-13
* Even more compiler warning fixes.mistachkin2016-04-12
* Merge all recent enhancements from trunk.drh2016-03-16
|\
| * Add the SQLITE_OMIT_CODEC_FROM_TCL compile-time option.drh2016-03-16
* | Merge recent enhancements from trunk. Default page size is 4096. Writesdrh2016-03-04
|\|
| * Add test code useful for testing the planners use of teh virtual table xBestI...dan2016-03-01
* | Merge 3.11.0 changes.drh2016-02-15
|\|
| * Provide Sqlite3_SafeInit() and Sqlite3_SafeUnload() entry points on the TCLdrh2016-02-13
* | Merge all recent enhancements from trunk.drh2016-02-02
|\|
| * In the TCL interface, if a database connection object was opened withdrh2016-01-22
* | Merge recent enhancements, and especially the WAL overwrite change, from trunk.drh2016-01-11
|\|
| * Add the "sqlite3 -sourceid" command in the TCL interface. Use that command anddrh2016-01-07
* | Merge all changes in the latest 3.8.11 beta into the sessions branch.drh2015-07-23
|\|
| * Change the name of the OTA extension to RBU: Resumable Bulk Update.drh2015-07-23
* | Merge all the latest enhancements from trunk. This merge include FTS5drh2015-06-30
|\|
| * Merge latest trunk changes with this branch.dan2015-06-02
| |\
| * \ Merge latest trunk changes with this branch.dan2015-05-13
| |\ \
| * \ \ Update this branch with latest trunk changes.dan2015-04-22
| |\ \ \
| * \ \ \ Merge trunk changes with this branch.dan2015-03-21
| |\ \ \ \