Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
tclsqlite.c
1020657
tcl extension: UDFs may now 'break' to return an SQL NULL. Add the (eval -asdict) flag to use a dict, instead of an array, for the eval row data.
by stephan
· 7 weeks ago
45fa234
tclsqlite.c doc typo fix.
by stephan
· 8 weeks ago
1f3207a
Fix for forum-post [/forum/forumpost/b5fde3596c|b5fde3596c]. Also fix encoding issue for non-ASCII characters.
by jan.nijtmans
· 4 months ago
tclsqlite-db-copy-fix
e34ad2b
tclsqlite3 patch from Christian Werner: replace FILE handles with TCL channels for the db copy command.
by stephan
· 5 months ago
3ce8109
Minor doc typo fixes via [forum:65bd941da8|forum post 65bd941da8].
by stephan
· 5 months ago
8bffd49
Remove an unused parameter from an internal-use subroutine in the TCL interface.
by drh
· 6 months ago
000e39e
Improvements to the TCL interface for Tcl9 as suggested by Jan Nijtmans.
by drh
· 6 months ago
d0db5ed
Use Tcl_GetString() instead of Tcl_GetCharLength() to test for a zero-length
by drh
· 6 months ago
fd11e5c
Improvements to [14b38ae6ab86a314] so that the Tcl interface is better able
by drh
· 6 months ago
4717d57
Make the TCL extension aware of the booleanString type within TCL.
by drh
· 6 months ago
e533932
Fix a typo in the previous check-in.
by drh
· 6 months ago
4a68963
Minor fixes to tclsqlite.c to promote portability.
by drh
· 6 months ago
e57527c
Make the TCL interface more rebust against very large strings coming
by drh
· 7 months ago
8ff67df
Fix another issue in argument expansion on Windows for tclsqlite3.c in
by drh
· 8 months ago
18689b8
Fix argument expansion in sqlite-tclsh on Windows such that if an argument
by drh
· 8 months ago
bc4df60
Remove the never-used and never-documented and long-ago deprecated
by drh
· 9 months ago
76e48f4
Do not typedef Tcl_Size if it is already #defined.
by drh
· 9 months ago
17408fb
An improved method for statically linking sqlite3_analyzer.exe using Tcl9.
by drh
· 9 months ago
7b179a3
For compatibility, allow the TCL interfact to continue working with TCL 8.5.
by drh
· 9 months ago
make-install-fixes
50bb0aa
Changes to the TCL extension and how it is built, suggested by Jan Nijtmans.
by drh
· 9 months ago
bb99e73
Simplification the ./configure script. Carry Makefile CFLAGS and OPTS through
by drh
· 12 months ago
58c5a95
Add the tclextension-list makefile target. The the makefile running on Mac.
by drh
· 12 months ago
5addf9f
Make the #include section of tclsqlite.c the same as tclsqlite.h.
by drh
· 12 months ago
e388fc7
Fixes to tclsqlite.c to facilitate TEA installs.
by drh
· 12 months ago
a28a784
More adjustments to the incrblob channel: Apparently you need to wait
by drh
· 12 months ago
1c2ad46
Tcl_ChannelType implementations for Tcl9 apparently require that
by drh
· 12 months ago
1631c64
Fix the incrblob channel so that partial close works with Tcl9.
by drh
· 12 months ago
064b681
First attempt at getting the build to work with Tcl 9.0.
by drh
· 12 months ago
8e5cef7
Fix harmless compiler warnings that show up on 32-bit RaspberryPI builds.
by drh
· 2 years, 1 month ago
bc91738
Add a C-source spell-checking facility. make misspell (on Nix)
by larrybr
· 2 years, 1 month ago
2fc9dc9
Fix sqlite3_prepare() so that it only invokes the progress handler on every
by drh
· 2 years, 6 months ago
f74f4ed
Fix a minor problem in the Tcl "incrblob" command. This does not affect the SQLite core.
by dan
· 3 years, 2 months ago
be4e3c8
Make the sqlite3_error_offset() interface accessible from TCL using the
by drh
· 3 years, 5 months ago
7907d37
Fix a compiler warning in the dbserialize method of the TCL interface.
by drh
· 3 years, 8 months ago
5e90794
Minor tweaks to the way auxiliary tools are built, to make it easier to
by drh
· 3 years, 8 months ago
bea28c7
Add a reference counter to a structure used internally by the Tcl interface so that it does not segfault if the database connection is closed from any of the various callback scripts that may be invoked.
by dan
· 3 years, 10 months ago
2c71887
Add the sqlite3_changes64() and sqlite3_total_changes64() API functions.
by dan
· 4 years, 1 month ago
8d889af
Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces by
by drh
· 4 years, 2 months ago
a8e41ec
Enhancements to long-path support in the Win32 VFS.
by mistachkin
· 5 years ago
b48c0d5
Simplify the code by removing the unsupported and undocumented
by drh
· 5 years ago
76a1fce
In the TCL interface, add the ability to change the
by drh
· 6 years ago
15f3eac
Provide the -innocuous option to the "db func" method in the TCL interface.
by drh
· 6 years ago
0933aad
Add support for SQLITE_OPEN_NOFOLLOW.
by drh
· 6 years ago
217ca65
The SQLITE_DIRECTONLY flag, when added to sqlite3_create_function() prevents
by drh
· 6 years ago
4043cfe
Fix harmless compiler warnings in the TCL interface.
by drh
· 6 years ago
11d88e6
Add the SQLITE_DBCONFIG_ENABLE_VIEW option, together with a "db config"
by drh
· 6 years ago
42d2fce
Provide the SQLITE_DIRECTONLY flag for app-defined functions that prohibits
by drh
· 6 years ago
directonly
c06ede1
Add the new "bind_fallback" method to the "sqlite3" object in the TCL interface.
by drh
· 6 years ago
89d2493
Add the "-returntype" option to the "db function" Tcl method.
by dan
· 6 years ago
6ca6448
Enhancements to deserialize: (1) Add the SQLITE_FCNTL_SIZE_LIMIT file control
by drh
· 6 years ago
c6727c8
Fix the "sqlite3" command in the TCL interface so that it correctly returns
by drh
· 7 years ago
1e8487d
In the Win32 VFS, when truncating a file, unmap it first.
by mistachkin
· 7 years ago
ffdab72
Fix the second callback argument to the "profile" response of the
by drh
· 7 years ago
9c6396e
Improved documentation for sqlite3_serialize() and sqlite3_deserialize().
by drh
· 7 years ago
31a1354
Merge changes from trunk.
by drh
· 7 years ago
176b3a0
Skip defining WIN32_LEAN_AND_MEAN when it is already defined.
by mistachkin
· 7 years ago
a5bb435
New test cases and fixes for minor problems.
by drh
· 8 years ago
3ec8665
Replace sqlite3_memdb_config() with sqlite3_deserialize(). Remove the
by drh
· 8 years ago
cb7d541
Replace the sqlite3_memdb_ptr() interface with the more general
by drh
· 8 years ago
4dcac40
Simplify the "sqlite3" command in the TCL interface. The filename is now
by drh
· 8 years ago
ac442f4
Add support for the "memdb" VFS and the sqlite3_memdb_ptr() and
by drh
· 8 years ago
96a206f
Improved ability to generate stand-alone program using TCL and SQLite by
by drh
· 8 years ago
1df6470
When compiling with SQLITE_TEST, extra options are available on the
by drh
· 8 years ago
c318f73
Move some test logic out of tclsqlite.c and into auxiliary test_*.c files.
by drh
· 8 years ago
ea2844f
Add the schema6.test module for demonstrating schemas that generate identical
by drh
· 8 years ago
d0bbe4e
Incorporate recent trunk changes.
by drh
· 8 years ago
prepare_v3
af38cdb
Add the -withoutnulls option to the "db eval" method in the TCL interface.
by drh
· 8 years ago
c456a76
When generating individual loops for each ORed term of an OR scan, move any
by dan
· 8 years ago
or-optimization
2c2f392
Add interfaces sqlite3_prepare_v3() and sqlite3_prepare16_v3() with the
by drh
· 8 years ago
9418921
New requirements marks and documentation for the authorizer.
by drh
· 8 years ago
d742367
Further reforms to Tcl_*Alloc() usage.
by mistachkin
· 8 years ago
ea8f0a1
Make sure Tcl_AppendResult() always has a NULL-pointer argument at the end.
by drh
· 9 years ago
2b519ab
Add missing nul-terminator to a Tcl_AppendResult() call in tclsqlite.c.
by dan
· 9 years ago
2eb22af
Changes to give a warning-free build with SQLITE_OMIT_INCRBLOB and
by drh
· 9 years ago
85bd982
More compiler warning fixes for GCC related to the auto-extension mechanism.
by mistachkin
· 9 years ago
44e95d4
Make the extension auto-loading mechanism work with the __stdcall calling convention. Also, fix a couple Tcl command calling conventions missed in the previous check-in.
by mistachkin
· 9 years ago
a121cc7
Adjustments to get 'testfixture.exe' compiling with Tcl 8.6 when __stdcall is enabled.
by mistachkin
· 9 years ago
7617e4a
Make sure the SQLITE_TCLAPI macro is always defined.
by mistachkin
· 9 years ago
52b1dbb
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention.
by mistachkin
· 9 years ago
69def7f
Work in progress on setting a calling convention for all callback functions.
by mistachkin
· 9 years ago
087ec07
Fix code so that the deprecated sqlite3_trace() and sqlite3_profile()
by drh
· 9 years ago
b52dcd8
More work on the Tcl interface and tests for the sqlite3_trace_v2() API.
by mistachkin
· 9 years ago
b56660f
Initial work on the Tcl API interface to the new sqlite3_trace_v2() function.
by mistachkin
· 9 years ago
edc4024
Fix the "onecolumn" and "exists" methods of the TCL interface so that they
by drh
· 9 years ago
c5896b5
Even more compiler warning fixes.
by mistachkin
· 9 years ago
47e1842
Merge all recent enhancements from trunk.
by drh
· 9 years ago
32f57d4
Add the SQLITE_OMIT_CODEC_FROM_TCL compile-time option.
by drh
· 9 years ago
2606aca
Merge recent enhancements from trunk. Default page size is 4096. Writes
by drh
· 9 years ago
8e4251b
Add test code useful for testing the planners use of teh virtual table xBestIndex() method.
by dan
· 9 years ago
7f219fa
Merge 3.11.0 changes.
by drh
· 9 years ago
e75a9eb
Provide Sqlite3_SafeInit() and Sqlite3_SafeUnload() entry points on the TCL
by drh
· 9 years ago
33c1eb6
Merge all recent enhancements from trunk.
by drh
· 9 years ago
147ef39
In the TCL interface, if a database connection object was opened with
by drh
· 9 years ago
604ce70
Merge recent enhancements, and especially the WAL overwrite change, from trunk.
by drh
· 10 years ago
72bf6a3
Add the "sqlite3 -sourceid" command in the TCL interface. Use that command and
by drh
· 10 years ago
244c8d7
Merge all changes in the latest 3.8.11 beta into the sessions branch.
by drh
· 10 years ago
cfb8f8d
Change the name of the OTA extension to RBU: Resumable Bulk Update.
by drh
· 10 years ago
59b4bd4
Merge all the latest enhancements from trunk. This merge include FTS5
by drh
· 10 years ago
167fd75
Merge latest trunk changes with this branch.
by dan
· 10 years ago
adf3bf5
Merge recent trunk changes, include the R-Tree enhancement that allows
by drh
· 10 years ago
Next »