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 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
*
Fix the second callback argument to the "profile" response of the
drh
2018-03-10
*
Improved documentation for sqlite3_serialize() and sqlite3_deserialize().
drh
2018-03-06
*
Merge changes from trunk.
drh
2018-01-24
|
\
|
*
Skip defining WIN32_LEAN_AND_MEAN when it is already defined.
mistachkin
2018-01-23
*
|
New test cases and fixes for minor problems.
drh
2018-01-03
*
|
Replace sqlite3_memdb_config() with sqlite3_deserialize(). Remove the
drh
2018-01-03
*
|
Replace the sqlite3_memdb_ptr() interface with the more general
drh
2018-01-03
*
|
Simplify the "sqlite3" command in the TCL interface. The filename is now
drh
2018-01-03
*
|
Add support for the "memdb" VFS and the sqlite3_memdb_ptr() and
drh
2018-01-03
|
/
*
Improved ability to generate stand-alone program using TCL and SQLite by
drh
2017-10-13
*
When compiling with SQLITE_TEST, extra options are available on the
drh
2017-10-13
*
Move some test logic out of tclsqlite.c and into auxiliary test_*.c files.
drh
2017-10-13
*
Add the schema6.test module for demonstrating schemas that generate identical
drh
2017-07-30
*
Incorporate recent trunk changes.
drh
2017-06-28
|
\
|
*
Add the -withoutnulls option to the "db eval" method in the TCL interface.
drh
2017-06-26
|
*
When generating individual loops for each ORed term of an OR scan, move any
dan
2017-06-22
*
|
Add interfaces sqlite3_prepare_v3() and sqlite3_prepare16_v3() with the
drh
2017-06-01
|
/
*
New requirements marks and documentation for the authorizer.
drh
2017-05-11
*
Further reforms to Tcl_*Alloc() usage.
mistachkin
2017-02-15
*
Make sure Tcl_AppendResult() always has a NULL-pointer argument at the end.
drh
2017-01-12
*
Add missing nul-terminator to a Tcl_AppendResult() call in tclsqlite.c.
dan
2016-12-06
*
Changes to give a warning-free build with SQLITE_OMIT_INCRBLOB and
drh
2016-09-10
*
More compiler warning fixes for GCC related to the auto-extension mechanism.
mistachkin
2016-07-28
*
Make the extension auto-loading mechanism work with the __stdcall calling con...
mistachkin
2016-07-28
*
Adjustments to get 'testfixture.exe' compiling with Tcl 8.6 when __stdcall is...
mistachkin
2016-07-28
*
Make sure the SQLITE_TCLAPI macro is always defined.
mistachkin
2016-07-28
[next]