aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
Commit message (Expand)AuthorAge
* Fix for forum-post [/forum/forumpost/b5fde3596c|b5fde3596c]. Also fix encodin...jan.nijtmans2025-03-27
* tclsqlite3 patch from Christian Werner: replace FILE handles with TCL channel...stephan2025-03-04
* Minor doc typo fixes via [forum:65bd941da8|forum post 65bd941da8].stephan2025-03-04
* Remove an unused parameter from an internal-use subroutine in the TCL interface.drh2025-01-30
* Improvements to the TCL interface for Tcl9 as suggested by Jan Nijtmans.drh2025-01-30
* Use Tcl_GetString() instead of Tcl_GetCharLength() to test for a zero-lengthdrh2025-01-21
* Improvements to [14b38ae6ab86a314] so that the Tcl interface is better abledrh2025-01-07
* Make the TCL extension aware of the booleanString type within TCL.drh2025-01-07
* Fix a typo in the previous check-in.drh2025-01-07
* Minor fixes to tclsqlite.c to promote portability.drh2025-01-07
* 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