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

Fix the TreeView display of a LIMIT clause on a compound query. Debugging...

Fix the TreeView display of a LIMIT clause on a compound query. Debugging code only - not part of production builds. (tags: trunk)

View Article


Add test demonstrating the problem at [forum:/forumpost/c243b8f856|forum post...

Add test demonstrating the problem at [forum:/forumpost/c243b8f856|forum post c243b8f856]. No fix yet. (tags: vtab-limit-fix)

View Article


Enhance the generated_series() table-valued-function to respond to LIMIT and...

Enhance the generated_series() table-valued-function to respond to LIMIT and OFFSET. Use this to add new test cases for LIMIT and OFFSET on virtual tables in a compound SELECT. (tags: vtab-limit-fix)

View Article

Fix handling of LIMIT and OFFSET in virtual tables that are part of a...

Fix handling of LIMIT and OFFSET in virtual tables that are part of a compound SELECT. (tags: vtab-limit-fix)

View Article

Fix a problem allowing a LIMIT constraint to be passed to a virtual table in...

Fix a problem allowing a LIMIT constraint to be passed to a virtual table in cases where there exist WHERE terms that cannot also be passed. (tags: vtab-limit-fix)

View Article


Use hex flag masks rather than decimals in ext/misc/series.c. (tags:...

Use hex flag masks rather than decimals in ext/misc/series.c. (tags: vtab-limit-fix)

View Article

Further fixes and improvements to the generate_series() enhancements on this...

Further fixes and improvements to the generate_series() enhancements on this branch. (tags: vtab-limit-fix)

View Article

Have where.c ignore any plan from a virtual table that tries to use...

Have where.c ignore any plan from a virtual table that tries to use LIMIT/OFFSET without also using all WHERE constraints. (tags: vtab-limit-fix)

View Article


Allow virtual table implementations to handle OFFSET but not LIMIT, but not...

Allow virtual table implementations to handle OFFSET but not LIMIT, but not LIMIT but not OFFSET. (tags: vtab-limit-fix)

View Article


Additional internal docs in the wasm utilities. (tags: trunk)

Additional internal docs in the wasm utilities. (tags: trunk)

View Article

Internal JS doc touchups. No functional changes. (tags: trunk)

Internal JS doc touchups. No functional changes. (tags: trunk)

View Article

*MERGE* Fix issues in [/info/1e227ad9f413227f|LIMIT/OFFSET support for...

*MERGE* Fix issues in [/info/1e227ad9f413227f|LIMIT/OFFSET support for virtual tables]. The first problem was reported by [forum:/forumpost/c243b8f856|forum post c243b8f856]. That report prompted an...

View Article

New ticket [accfef33172b956d|accfef3317] Unicode output from the CLI...

New ticket [accfef33172b956d|accfef3317] Unicode output from the CLI subprocess not displayed correctly on Windows..

View Article


Avoid 32-bit overflow when calculating ncycle for ".scanstats vm". (tags: trunk)

Avoid 32-bit overflow when calculating ncycle for ".scanstats vm". (tags: trunk)

View Article

Fix a problem causing the recovery extension to use excessive memory and CPU...

Fix a problem causing the recovery extension to use excessive memory and CPU time in some cases. (tags: trunk)

View Article


Fix another problem in the recovery extension where a corrupt sqlite_schema...

Fix another problem in the recovery extension where a corrupt sqlite_schema table could lead to excessive memory consumption. (tags: trunk)

View Article

Avoid an OP_Next in cases where an IN(...) query against a UNIQUE index may...

Avoid an OP_Next in cases where an IN(...) query against a UNIQUE index may return at most 1 row. (tags: unique-in-opt)

View Article


Omit the OP_SqlExec to "PRAGMA integrity_check" added by [348fa7aaf7958b3f]...

Omit the OP_SqlExec to "PRAGMA integrity_check" added by [348fa7aaf7958b3f] because it is a no-op. Even if the integrity_check failes, the CREATE TABLE is stull successful. The OP_SqlExec just burns...

View Article

Do not accept a string that looks like a number used as an argument to PRAGMA...

Do not accept a string that looks like a number used as an argument to PRAGMA integrity_check as a number. Treat it as a table name that just happens to look like a number. (tags: faster-create)

View Article

Add a test case to the fix to PRAGMA integrity_check in the previous...

Add a test case to the fix to PRAGMA integrity_check in the previous check-in. (tags: faster-create)

View Article
Browsing all 2701 articles
Browse latest View live