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

Ensure that the second pass call to wherePathSolver() always reports a...

Ensure that the second pass call to wherePathSolver() always reports a positive value for the estimated number of output rows. This fixes a long-standing (though exceedingly minor) problem that was...

View Article


Remove the unconditional SQLITE_OMIT_WAL when building in wasi-sdk mode, per...

Remove the unconditional SQLITE_OMIT_WAL when building in wasi-sdk mode, per [forum:80003e91a7a6cb4d|requests in the forum]. (tags: trunk)

View Article


Back out [dcc2bb2c562e97e090174], as it breaks the --with-wasi-sdk builds....

Back out [dcc2bb2c562e97e090174], as it breaks the --with-wasi-sdk builds. (tags: trunk)

View Article

Document the OP_Explain opcode. Add the WhereLoop.rRun value as P3 in...

Document the OP_Explain opcode. Add the WhereLoop.rRun value as P3 in OP_Explain opcodes associated with WhereLoops, for testing purposes. (tags: trunk)

View Article

Do not even try star-schema detection if the join has fewer than 5 tables,...

Do not even try star-schema detection if the join has fewer than 5 tables, since 5 is the minimum for a positive detection. (tags: trunk)

View Article


Better handle WHERE terms that are common to two or more OR branches when...

Better handle WHERE terms that are common to two or more OR branches when planning virtual table queries. (tags: xbestindex-or-terms)

View Article

Further tests for OR constraints on virtual tables. (tags: xbestindex-or-terms)

Further tests for OR constraints on virtual tables. (tags: xbestindex-or-terms)

View Article

Have fts5.xBestIndex return SQLITE_CONSTRAINT, instead of a large cost, when...

Have fts5.xBestIndex return SQLITE_CONSTRAINT, instead of a large cost, when no usable plan can be found. (tags: xbestindex-or-terms)

View Article


Be more aggressive about freeing memory associated with the...

Be more aggressive about freeing memory associated with the sqlite3_index_info.idxStr field. (tags: xbestindex-or-terms)

View Article


Modify three #if checks in os_unix.c to improve handling of SQLITE_OMIT_WAL...

Modify three #if checks in os_unix.c to improve handling of SQLITE_OMIT_WAL on WASI builds. Based on the discussion in/around [forum:57e918431735128a|forum post 57e918431735128a]. (tags: trunk)

View Article

Omit an unused #define. (tags: trunk)

Omit an unused #define. (tags: trunk)

View Article

Address a corner-case associated with the call-function-once optimization of...

Address a corner-case associated with the call-function-once optimization of check-in [663f5dd32d9db832] that was causing a (harmless) use of an uninitialized bytecode register. dbsqlfuzz...

View Article

Allow shell command "testctrl pending_byte" to be used in unsafe-testing mode...

Allow shell command "testctrl pending_byte" to be used in unsafe-testing mode only. (tags: trunk)

View Article


Fix a couple of memory leaks in the shell tool code that could occur when...

Fix a couple of memory leaks in the shell tool code that could occur when processing errors. (tags: trunk)

View Article

Improve the log message emitted when a BEGIN CONCURRENT transaction cannot be...

Improve the log message emitted when a BEGIN CONCURRENT transaction cannot be committed due to conflicts so that it identifies the conflicting table in a few more cases. (tags: bedrock-3.45)

View Article


Fix a problem in SQLITE_DIRECT_OVERFLOW_READ builds that could allow a...

Fix a problem in SQLITE_DIRECT_OVERFLOW_READ builds that could allow a concurrent transaction to be committed even if it read from an overflow page that was modified concurrently, in cases where the...

View Article

Fix another problem with the sqlite3_log() message identifying the table or...

Fix another problem with the sqlite3_log() message identifying the table or index that a conflicting page belongs to. (tags: bedrock-3.45)

View Article


*MERGE* Merge 11a4178f0e6cd760303a587, from the bedrock branch just after the...

*MERGE* Merge 11a4178f0e6cd760303a587, from the bedrock branch just after the 3.45 release, into this branch. This is to pick up test cases only. (tags: bedrock-3.45)

View Article

*MERGE* Better handle WHERE terms that are common to two or more OR branches...

*MERGE* Better handle WHERE terms that are common to two or more OR branches when planning virtual table queries. Fix for ticket [6e3ace1270f29930]. (tags: trunk)

View Article

Fixed ticket [6e3ace1270f29930|6e3ace1270]: Table-valued functions with...

Fixed ticket [6e3ace1270f29930|6e3ace1270]: Table-valued functions with required parameters plus 5 other changes

View Article
Browsing all 2701 articles
Browse latest View live