Quantcast
Channel: SQLite
Browsing all 2701 articles
Browse latest View live
↧

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 Article


Change 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 Article


Fix 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 Article

Fix 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 Article


Have 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 Article

Enhancements 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 Article

Add 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 Article


Fix 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 Article


Fix 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 Article

Test case for the assert() problem fixed by [9ba3cff9d48fe8fc]. (tags: trunk)

Test case for the assert() problem fixed by [9ba3cff9d48fe8fc]. (tags: trunk)

View Article

Fix 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 Article

Fix 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 Article


Fix 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 Article

Fix 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 Article


Improvements 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 Article

Flag 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 Article


Improvements 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 Article

Use 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 Article

Fix 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
Browsing all 2701 articles
Browse latest View live