In sqlite_dbpage, cancel any pending truncate operation if there an error...
In sqlite_dbpage, cancel any pending truncate operation if there an error occurs later in the transaction. (tags: trunk)
View ArticleAt the end of the configure script ensure that none of the files which are...
At the end of the configure script ensure that none of the files which are filtered for @VARS@ contain any unresolved @VAR@ placeholders, failing fatally if any do. (tags: trunk)
View ArticleOn windows, use a separate handle for each connection for xShmLock() locks....
On windows, use a separate handle for each connection for xShmLock() locks. (tags: win32-enable-setlk)
View ArticleExport a clipped copy of sqlite370.eps as sqlite370.svg, based on discussion...
Export a clipped copy of sqlite370.eps as sqlite370.svg, based on discussion in [forum:1bbd6d17ca|forum post 1bbd6d17ca]. (tags: trunk)
View ArticleRe-export sqlite370.svg to retain the gradient part and clip the size using...
Re-export sqlite370.svg to retain the gradient part and clip the size using the cutting guides in sqlite370.eps. (tags: trunk)
View ArticleCorrect the fill color for the background of sqlite370.svg - it was slightly...
Correct the fill color for the background of sqlite370.svg - it was slightly darker than it should have been. (tags: trunk)
View ArticleTrim a bit more from the sqlite370.svg border to get it closer in scaled size...
Trim a bit more from the sqlite370.svg border to get it closer in scaled size to the logo currently on the docsrc site. (tags: trunk)
View ArticleFix the percentile extension so that works as an independent extension....
Fix the percentile extension so that works as an independent extension. [forum:/forumpost/ab25469a350e0488|Forum post ab25469a350e0488] (tags: branch-3.47)
View ArticleSlighly less confusing output from treeview during debugging. (tags: trunk)
Slighly less confusing output from treeview during debugging. (tags: trunk)
View ArticleEnable MEMSYS5 with the --dev configure option. (tags: trunk)
Enable MEMSYS5 with the --dev configure option. (tags: trunk)
View ArticleReformulate [9e09d5d6] so that memsys5 shows up in the late-config summary as...
Reformulate [9e09d5d6] so that memsys5 shows up in the late-config summary as being enabled and does the right thing if both --debug and --memsys3 are used. (tags: trunk)
View ArticleFix a harmless typo in debugging output. (tags: trunk)
Fix a harmless typo in debugging output. (tags: trunk)
View ArticleFix a comment typo on the sqlite3ExprIsSingleTableConstraint() routine....
Fix a comment typo on the sqlite3ExprIsSingleTableConstraint() routine. (tags: trunk)
View ArticleAdd the SVG version of the SQLite logo. (tags: branch-3.47)
Add the SVG version of the SQLite logo. (tags: branch-3.47)
View ArticleEnsure that the query flattener does not change an ON clause term to a WHERE...
Ensure that the query flattener does not change an ON clause term to a WHERE clause term. [forum:/forumpost/3f676b1196|Forum post 3f676b1196]. Follow-up to [f1eae192315335d7]. (tags: trunk)
View ArticleEnsure that the query flattener does not change an ON clause term to a WHERE...
Ensure that the query flattener does not change an ON clause term to a WHERE clause term. (tags: branch-3.47)
View ArticleImprove the output from the ".testctrl opt" command in the CLI. (tags: trunk)
Improve the output from the ".testctrl opt" command in the CLI. (tags: trunk)
View ArticleFix a problem with SQLITE_OS_WINRT builds. (tags: win32-enable-setlk)
Fix a problem with SQLITE_OS_WINRT builds. (tags: win32-enable-setlk)
View ArticleFix the lock_win32_file test command so that it works with winrt builds....
Fix the lock_win32_file test command so that it works with winrt builds. (tags: win32-enable-setlk)
View ArticleFurther test file tweaks to run with SQLITE_OS_WINRT builds. (tags:...
Further test file tweaks to run with SQLITE_OS_WINRT builds. (tags: win32-enable-setlk)
View Article