Updates to RTREE to facility testing. (tags: trunk)
Updates to RTREE to facility testing. (tags: trunk)
View ArticleRemove an ALWAYS() from RTREE. Dbsqlfuzz found a way to make it false. (tags:...
Remove an ALWAYS() from RTREE. Dbsqlfuzz found a way to make it false. (tags: trunk)
View ArticleMake explicit which JS APIs are for internal use only by moving the JS-bound...
Make explicit which JS APIs are for internal use only by moving the JS-bound internal-use-only functions out of client-visible reach and renaming the WASM-exported ones from sqlite3_wasm... to...
View Article*MERGE* Ensure that SQLITE_PROTOCOL is not returned too early when a...
*MERGE* Ensure that SQLITE_PROTOCOL is not returned too early when a SQLITE_ENABLE_SETLK_TIMEOUT build fails to open a transaction on a wal mode database in cases where blocking locks are not being...
View ArticleMinor change to os_unix.c to facilitate 100% MC/DC testing. (tags: trunk)
Minor change to os_unix.c to facilitate 100% MC/DC testing. (tags: trunk)
View ArticleAutomatically turn off DEFENSIVE mode in the shell tool when executing...
Automatically turn off DEFENSIVE mode in the shell tool when executing scripts generated by the ".dump" command against an empty database. Add a warning to the top of generated ".dump" scripts that...
View ArticleFix date on new file shell9.test. (tags: shell-dump-fix)
Fix date on new file shell9.test. (tags: shell-dump-fix)
View Article*MERGE* Automatically turn off DEFENSIVE mode in the shell tool when...
*MERGE* Automatically turn off DEFENSIVE mode in the shell tool when executing scripts generated by the ".dump" command against an empty database. Add a warning to the top of generated ".dump" scripts...
View ArticleImproved resolution of unqualified names in the REINDEX command....
Improved resolution of unqualified names in the REINDEX command. [forum:/info/74cd0ceabd|Forum thread 74cd0ceabd]. (tags: trunk)
View ArticlePut an SQLITE_ENABLE_SETLK_TIMEOUT branch inside the appropriate ifdef with...
Put an SQLITE_ENABLE_SETLK_TIMEOUT branch inside the appropriate ifdef with an assert on the else since the condition is always false if SETLK_TIMEOUT is not available. (tags: trunk)
View ArticleFor CLI shell and other utilities, optionally avoid C runtime file I/O on...
For CLI shell and other utilities, optionally avoid C runtime file I/O on Windows in favor of WIN32 calls, while nominally preserving FILE* API interfaces. (a WIP, awaiting build and testing) (tags:...
View ArticleFix a few compiler gripes. (tags: win-dupe-crt-fio)
Fix a few compiler gripes. (tags: win-dupe-crt-fio)
View ArticleSplit the JS vfs/vtab helper code into discreet units as a step towards a...
Split the JS vfs/vtab helper code into discreet units as a step towards a build which optionally elides those pieces. This is an internal restructuring change and does not affect the API. (tags:...
View ArticleRemove some dead JS code. Minor doc cleanups. (tags: wasm-post-3.45)
Remove some dead JS code. Minor doc cleanups. (tags: wasm-post-3.45)
View ArticleIn fts5, flush the contents of the in-memory hash table whenever the...
In fts5, flush the contents of the in-memory hash table whenever the secure-delete option is toggled. This prevents spurious corruption reports under some circumstances. (tags: trunk)
View ArticleFix a comment in sessions. No functional changes....
Fix a comment in sessions. No functional changes. [forum:/forumpost/8c20dc935b|Forum post 8c20dc935b]. (tags: trunk)
View ArticleInternal JS doc cleanups. (tags: wasm-post-3.45)
Internal JS doc cleanups. (tags: wasm-post-3.45)
View Articlewasm build: reformulate an awk invocation to account for awks which do not...
wasm build: reformulate an awk invocation to account for awks which do not support the -e flag. Problem reported on the forum via a docker-hosted build. (tags: wasm-post-3.45)
View ArticleHave the shell tool automatically enable SQLITE_CONFIG_DQS_DDL when executing...
Have the shell tool automatically enable SQLITE_CONFIG_DQS_DDL when executing a ".dump" script against an empty db. (tags: trunk)
View ArticleFix a signed integer overflow usan complaint in fts5. This is fixed on trunk...
Fix a signed integer overflow usan complaint in fts5. This is fixed on trunk by [a76a636b23], but that is a large commit that adds new features. (tags: branch-3.43)
View Article