..
async
Extend the refactoring into extensions. Clean up stray newlines.
2020-06-19 15:24:12 +00:00
consio
Remove unused static var cBadGroup from ext/consio/console_io.c to resolve a compiler warning reported in the fossil forum. This is a build fix, not a functional change.
2024-08-09 12:19:11 +00:00
expert
Ensure sqlite3expert.c unregisters any SQL user-functions it registers with the database handle before returning.
2024-08-08 15:26:11 +00:00
fts3
Add assert() statements and reorganize code slightly in fts3 and fts5 to make it easier to follow.
2024-08-08 15:07:27 +00:00
fts5
Prevent the fts5 xPhraseNext() or xPhraseFirst() APIs from returning an out-of-range column number, even if the database is corrupt.
2024-08-10 19:57:28 +00:00
icu
Fix a harmless compiler warning in the ICU extension due to [acddbc489d5231da].
2024-04-08 11:45:15 +00:00
intck
First attempt at getting the build to work with Tcl 9.0.
2024-07-30 15:49:02 +00:00
jni
JNI SQLTester: fix --new command to force-replace db if it already exists. Add no-op impls for --stmt-cache and --jsonglob commands.
2024-07-24 12:12:11 +00:00
lsm1
Ensure that all fields of static sqlite3_module objects are explicitly
2023-10-06 12:51:05 +00:00
misc
Add the percentile_cont(Y,P) variant of percentile() to the percentile
2024-07-24 13:41:09 +00:00
rbu
First attempt at getting the build to work with Tcl 9.0.
2024-07-30 15:49:02 +00:00
recover
Add an assert() to fix a harmless compiler warning in the recovery
2024-08-10 09:56:36 +00:00
repair
Ensure that all fields of static sqlite3_module objects are explicitly
2023-10-06 12:51:05 +00:00
rtree
First attempt at getting the build to work with Tcl 9.0.
2024-07-30 15:49:02 +00:00
session
Adjustments to test cases for session so that they work with Tcl9.
2024-07-30 18:42:31 +00:00
userauth
Fix userauth so that it works together with SQLITE_OMIT_SHARED_CACHE.
2024-01-22 12:56:58 +00:00
wasm
Fix a non-bare-bones-mode test case broken by the previous checkin.
2024-07-25 16:28:55 +00:00
README.md
Updates to README files under the ext/ hierarchy. No changes to code.
2017-03-15 20:27:46 +00:00