aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Expand)AuthorAge
* Fix harmless compiler warnings that show up on 32-bit RaspberryPI builds.drh2023-06-17
* Add a C-source spell-checking facility. make misspell (on Nix)larrybr2023-06-07
* Fix sqlite3_prepare() so that it only invokes the progress handler on everydrh2023-01-12
* Fix a minor problem in the Tcl "incrblob" command. This does not affect the S...dan2022-06-01
* Make the sqlite3_error_offset() interface accessible from TCL using thedrh2022-02-16
* Fix a compiler warning in the dbserialize method of the TCL interface.drh2021-11-23
* Minor tweaks to the way auxiliary tools are built, to make it easier todrh2021-11-18
* Add a reference counter to a structure used internally by the Tcl interface s...dan2021-09-16
* Add the sqlite3_changes64() and sqlite3_total_changes64() API functions.dan2021-06-22
* Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces bydrh2021-05-08
* Enhancements to long-path support in the Win32 VFS.mistachkin2020-05-15
* Simplify the code by removing the unsupported and undocumented drh2020-02-07
* In the TCL interface, add the ability to change thedrh2020-01-18
* Provide the -innocuous option to the "db func" method in the TCL interface.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
* | Fix harmless compiler warnings in the TCL interface.drh2019-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
* Enhancements to deserialize: (1) Add the SQLITE_FCNTL_SIZE_LIMIT file controldrh2019-01-22
* Fix the "sqlite3" command in the TCL interface so that it correctly returnsdrh2018-09-19
* In the Win32 VFS, when truncating a file, unmap it first.mistachkin2018-07-22
* 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