index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tclsqlite.c
Commit message (
Expand
)
Author
Age
*
Fix for forum-post [/forum/forumpost/b5fde3596c|b5fde3596c]. Also fix encodin...
jan.nijtmans
2025-03-27
*
tclsqlite3 patch from Christian Werner: replace FILE handles with TCL channel...
stephan
2025-03-04
*
Minor doc typo fixes via [forum:65bd941da8|forum post 65bd941da8].
stephan
2025-03-04
*
Remove an unused parameter from an internal-use subroutine in the TCL interface.
drh
2025-01-30
*
Improvements to the TCL interface for Tcl9 as suggested by Jan Nijtmans.
drh
2025-01-30
*
Use Tcl_GetString() instead of Tcl_GetCharLength() to test for a zero-length
drh
2025-01-21
*
Improvements to [14b38ae6ab86a314] so that the Tcl interface is better able
drh
2025-01-07
*
Make the TCL extension aware of the booleanString type within TCL.
drh
2025-01-07
*
Fix a typo in the previous check-in.
drh
2025-01-07
*
Minor fixes to tclsqlite.c to promote portability.
drh
2025-01-07
*
Make the TCL interface more rebust against very large strings coming
drh
2024-12-09
*
Fix another issue in argument expansion on Windows for tclsqlite3.c in
drh
2024-11-22
*
Fix argument expansion in sqlite-tclsh on Windows such that if an argument
drh
2024-11-16
*
Remove the never-used and never-documented and long-ago deprecated
drh
2024-10-28
*
Do not typedef Tcl_Size if it is already #defined.
drh
2024-10-22
*
An improved method for statically linking sqlite3_analyzer.exe using Tcl9.
drh
2024-10-11
*
For compatibility, allow the TCL interfact to continue working with TCL 8.5.
drh
2024-10-10
*
Changes to the TCL extension and how it is built, suggested by Jan Nijtmans.
drh
2024-10-09
*
Simplification the ./configure script. Carry Makefile CFLAGS and OPTS through
drh
2024-08-01
*
Add the tclextension-list makefile target. The the makefile running on Mac.
drh
2024-08-01
*
Make the #include section of tclsqlite.c the same as tclsqlite.h.
drh
2024-07-31
*
Fixes to tclsqlite.c to facilitate TEA installs.
drh
2024-07-31
*
More adjustments to the incrblob channel: Apparently you need to wait
drh
2024-07-30
*
Tcl_ChannelType implementations for Tcl9 apparently require that
drh
2024-07-30
*
Fix the incrblob channel so that partial close works with Tcl9.
drh
2024-07-30
*
First attempt at getting the build to work with Tcl 9.0.
drh
2024-07-30
*
Fix harmless compiler warnings that show up on 32-bit RaspberryPI builds.
drh
2023-06-17
*
Add a C-source spell-checking facility. make misspell (on Nix)
larrybr
2023-06-07
*
Fix sqlite3_prepare() so that it only invokes the progress handler on every
drh
2023-01-12
*
Fix a minor problem in the Tcl "incrblob" command. This does not affect the S...
dan
2022-06-01
*
Make the sqlite3_error_offset() interface accessible from TCL using the
drh
2022-02-16
*
Fix a compiler warning in the dbserialize method of the TCL interface.
drh
2021-11-23
*
Minor tweaks to the way auxiliary tools are built, to make it easier to
drh
2021-11-18
*
Add a reference counter to a structure used internally by the Tcl interface s...
dan
2021-09-16
*
Add the sqlite3_changes64() and sqlite3_total_changes64() API functions.
dan
2021-06-22
*
Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by
drh
2021-05-08
*
Enhancements to long-path support in the Win32 VFS.
mistachkin
2020-05-15
*
Simplify the code by removing the unsupported and undocumented
drh
2020-02-07
*
In the TCL interface, add the ability to change the
drh
2020-01-18
*
Provide the -innocuous option to the "db func" method in the TCL interface.
drh
2020-01-08
*
Add support for SQLITE_OPEN_NOFOLLOW.
drh
2019-11-18
*
The SQLITE_DIRECTONLY flag, when added to sqlite3_create_function() prevents
drh
2019-08-17
|
\
|
*
Provide the SQLITE_DIRECTONLY flag for app-defined functions that prohibits
drh
2019-08-15
*
|
Fix harmless compiler warnings in the TCL interface.
drh
2019-08-15
*
|
Add the SQLITE_DBCONFIG_ENABLE_VIEW option, together with a "db config"
drh
2019-08-15
|
/
*
Add the new "bind_fallback" method to the "sqlite3" object in the TCL
drh
2019-02-28
*
Add the "-returntype" option to the "db function" Tcl method.
dan
2019-02-27
*
Enhancements to deserialize: (1) Add the SQLITE_FCNTL_SIZE_LIMIT file control
drh
2019-01-22
*
Fix the "sqlite3" command in the TCL interface so that it correctly returns
drh
2018-09-19
*
In the Win32 VFS, when truncating a file, unmap it first.
mistachkin
2018-07-22
[next]