aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Expand)AuthorAge
* Make the TCL interface more rebust against very large strings comingdrh2024-12-09
* Fix another issue in argument expansion on Windows for tclsqlite3.c indrh2024-11-22
* Fix argument expansion in sqlite-tclsh on Windows such that if an argumentdrh2024-11-16
* Remove the never-used and never-documented and long-ago deprecateddrh2024-10-28
* Do not typedef Tcl_Size if it is already #defined.drh2024-10-22
* An improved method for statically linking sqlite3_analyzer.exe using Tcl9.drh2024-10-11
* For compatibility, allow the TCL interfact to continue working with TCL 8.5.drh2024-10-10
* Changes to the TCL extension and how it is built, suggested by Jan Nijtmans.drh2024-10-09
* Simplification the ./configure script. Carry Makefile CFLAGS and OPTS throughdrh2024-08-01
* Add the tclextension-list makefile target. The the makefile running on Mac.drh2024-08-01
* Make the #include section of tclsqlite.c the same as tclsqlite.h.drh2024-07-31
* Fixes to tclsqlite.c to facilitate TEA installs.drh2024-07-31
* More adjustments to the incrblob channel: Apparently you need to waitdrh2024-07-30
* Tcl_ChannelType implementations for Tcl9 apparently require thatdrh2024-07-30
* Fix the incrblob channel so that partial close works with Tcl9.drh2024-07-30
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
* 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