Omit some extra tests for the intck extension in OMIT_VIRTUAL_TABLE or...
Omit some extra tests for the intck extension in OMIT_VIRTUAL_TABLE or OMIT_PRAGMA builds. (tags: trunk)
View ArticleSilently ignore redundant ON CONFLICT clauses in an UPSERT. Only the first ON...
Silently ignore redundant ON CONFLICT clauses in an UPSERT. Only the first ON CONFLICT for each index is active. Do not issue an error, since that might break legacy queries. But ignore the redundant...
View ArticleSilently ignore redundant ON CONFLICT clauses in an UPSERT. (tags: branch-3.45)
Silently ignore redundant ON CONFLICT clauses in an UPSERT. (tags: branch-3.45)
View ArticleSilently ignore redundant ON CONFLICT clauses in an UPSERT. (tags: branch-3.44)
Silently ignore redundant ON CONFLICT clauses in an UPSERT. (tags: branch-3.44)
View ArticleAdd new assert() statements, which if they had existed three years ago, would...
Add new assert() statements, which if they had existed three years ago, would have detected the code generator problem fixed by the previous check-in. (tags: trunk)
View ArticleOne of the assert()s added by the previous check-in was not quite correct....
One of the assert()s added by the previous check-in was not quite correct. This commit fixes it. (tags: trunk)
View ArticleThe NOT NULL strength reduction optimization from [de9c86c9e4cdb34f] should...
The NOT NULL strength reduction optimization from [de9c86c9e4cdb34f] should be applied to the WHERE clause only. Otherwise, the operand of the IS NULL or IS NOT NULL operator might be a reference to a...
View ArticleThe NOT NULL strength reduction optimization should be applied to the WHERE...
The NOT NULL strength reduction optimization should be applied to the WHERE clause only. (tags: branch-3.45)
View ArticleHandle an OOM case in fts5 code to query tokendata=1 tables. (tags: branch-3.45)
Handle an OOM case in fts5 code to query tokendata=1 tables. (tags: branch-3.45)
View ArticleFix the rtreeJ.test module to align it with [cd017c28d516399e]. (tags:...
Fix the rtreeJ.test module to align it with [cd017c28d516399e]. (tags: branch-3.45)
View ArticleReenable the use of SQLITE_OMIT_VIRTUALTABLE by fixing a misplaced #endif...
Reenable the use of SQLITE_OMIT_VIRTUALTABLE by fixing a misplaced #endif caused by the merge at [c080560c2d0d753c]. (tags: branch-3.45)
View ArticleFuzzcheck is run automatically by testrunner.tcl, so there is no need to...
Fuzzcheck is run automatically by testrunner.tcl, so there is no need to include fuzzcheck as a separate dependency for the releasetest target in the MSVC makefile. (tags: trunk)
View ArticleFix the .expert command in the shell so that it does not leak memory if not...
Fix the .expert command in the shell so that it does not leak memory if not followed by SQL and so that it works with reverse_unordered_selects. (tags: trunk)
View ArticleAdd delete-before-open=1 URI flag to the 'opfs' VFS to tell it to xDelete the...
Add delete-before-open=1 URI flag to the 'opfs' VFS to tell it to xDelete the db file before opening it, primarily to enable users to work around a corrupt db without having to reach into OPFS-specific...
View Article*MERGE* Add delete-before-open=1 URI flag to the 'opfs' VFS to tell it to...
*MERGE* Add delete-before-open=1 URI flag to the 'opfs' VFS to tell it to xDelete the db file before opening it, primarily to enable users to work around a corrupt db without having to reach into...
View ArticleAdd more docs for the OPFS delete-before-open feature. (tags: trunk)
Add more docs for the OPFS delete-before-open feature. (tags: trunk)
View ArticleFix the ".import" command in the CLI so that it works correctly with tables...
Fix the ".import" command in the CLI so that it works correctly with tables that contain computed columns. [forum:/forumpost/ca014d7358|forum post ca014d7358]. (tags: trunk)
View ArticleFix the ".import" command in the CLI so that it works correctly with tables...
Fix the ".import" command in the CLI so that it works correctly with tables that contain computed columns. (tags: branch-3.45)
View ArticleAttempt to reduce the memory used by VALUES clauses in as many statements as...
Attempt to reduce the memory used by VALUES clauses in as many statements as possible, not just INSERT. This branch still has problems. (tags: exp-values-clause2)
View ArticleRun shell*.test modules with "make mdevtest". (tags: trunk)
Run shell*.test modules with "make mdevtest". (tags: trunk)
View Article