Have rtree avoid keeping a blob handle open following an error. (tags:...
Have rtree avoid keeping a blob handle open following an error. (tags: branch-3.44)
View ArticleChange EXPLAIN QUERY PLAN output to say "USE TEMP B-TREE FOR LAST TERM OF...
Change EXPLAIN QUERY PLAN output to say "USE TEMP B-TREE FOR LAST TERM OF ORDER BY", or "LAST N TERMS OF ORDER BY", instead of "RIGHT PART OF ORDER BY". (tags: eqp-orderby)
View ArticleFix test cases for rtree and fts5. No changes to code. (tags: branch-3.44)
Fix test cases for rtree and fts5. No changes to code. (tags: branch-3.44)
View Article*MERGE* Change EXPLAIN QUERY PLAN output to say "USE TEMP B-TREE FOR LAST...
*MERGE* Change EXPLAIN QUERY PLAN output to say "USE TEMP B-TREE FOR LAST TERM OF ORDER BY", or "LAST N TERMS OF ORDER BY", instead of "RIGHT PART OF ORDER BY". (tags: trunk)
View ArticleFix all test cases so that they work with SQLITE_ALLOW_ROWID_IN_VIEW. (tags:...
Fix all test cases so that they work with SQLITE_ALLOW_ROWID_IN_VIEW. (tags: trunk)
View ArticleHave os_unix.c reuse cached file-descriptors in the case when a read-write fd...
Have os_unix.c reuse cached file-descriptors in the case when a read-write fd is requested on a read-only file and a read-only fd returned. (tags: trunk)
View ArticleEnhancements to testrunner.tcl: (1) Add the "--config CONFIGS" option, to...
Enhancements to testrunner.tcl: (1) Add the "--config CONFIGS" option, to that only configuration named on the comma-separated list CONFIGS are run. (2) Add the "--omit CONFIGS" to omit configuration...
View ArticleAdd comments (only, no code) to the JS sqlite3_config() bindings reminding us...
Add comments (only, no code) to the JS sqlite3_config() bindings reminding us why SQLITE_CONFIG_ROWID_IN_VIEW is specifically not included. JNI does not need this treatment because it explicitly...
View ArticleFix a assert() that is incorrect, though harmless. Also add a test case....
Fix a assert() that is incorrect, though harmless. Also add a test case. (tags: branch-3.44)
View ArticleFix a assert() that is incorrect, though harmless. Also add a test case....
Fix a assert() that is incorrect, though harmless. Also add a test case. (tags: branch-3.45)
View ArticleTest case for the assert() problem fixed by [9ba3cff9d48fe8fc]. (tags: trunk)
Test case for the assert() problem fixed by [9ba3cff9d48fe8fc]. (tags: trunk)
View ArticleFix incorrect boundary assert()s on the new OP_IfSizeBetween opcode. (tags:...
Fix incorrect boundary assert()s on the new OP_IfSizeBetween opcode. (tags: trunk)
View ArticleFix an adverse interaction between CREATE TABLE AS and the new...
Fix an adverse interaction between CREATE TABLE AS and the new [/info/a120c9235f125e05|VALUES-as-coroutine] optimization. dbsqlfuzz c2c5e7e08b7e489d270a26d895077a03f678c33b (tags: trunk)
View ArticleFix the xBestIndex method of the pragma virtual table so that it correctly...
Fix the xBestIndex method of the pragma virtual table so that it correctly gives a higher cost to plans where the schema hidden parameter is unconstrained. (tags: branch-3.44)
View ArticleFix the xBestIndex method of the pragma virtual table so that it correctly...
Fix the xBestIndex method of the pragma virtual table so that it correctly gives a higher cost to plans where the schema hidden parameter is unconstrained. (tags: branch-3.45)
View ArticleImprovements to the vtablog.c extension, for better logging of virtual table...
Improvements to the vtablog.c extension, for better logging of virtual table interactions. (tags: trunk)
View ArticleFlag sqlite3_trace() and sqlite3_profile() as deprecated so that the doc...
Flag sqlite3_trace() and sqlite3_profile() as deprecated so that the doc generator for funclist.html sees them as such, and add 'Deprecated' to their page's title for consistency with other deprecated...
View ArticleImprovements to the vtablog.c extension: Eliminate memory leaks. More...
Improvements to the vtablog.c extension: Eliminate memory leaks. More diagnostic output for xBestIndex. (tags: trunk)
View ArticleUse the SQLITE_CONSTRAINT return value from xBestIndex to prohibit bad query...
Use the SQLITE_CONSTRAINT return value from xBestIndex to prohibit bad query plans in the pragma virtual table. (tags: trunk)
View ArticleFix recent test case changes so that they also work on Windows. (tags: trunk)
Fix recent test case changes so that they also work on Windows. (tags: trunk)
View Article