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

Add JS bindings for sqlite3_stmt_busy() and sqlite3_stmt_explain(). (tags:...

Add JS bindings for sqlite3_stmt_busy() and sqlite3_stmt_explain(). (tags: trunk)

View Article


JS doc touchups. No code changes. (tags: trunk)

JS doc touchups. No code changes. (tags: trunk)

View Article


Add JS binding for sqlite3_column_decltype(). (tags: trunk)

Add JS binding for sqlite3_column_decltype(). (tags: trunk)

View Article

Fixes for platforms with 32-bit pointers that require 64-bit values to be...

Fixes for platforms with 32-bit pointers that require 64-bit values to be aligned. (tags: alignment-fixes)

View Article

Improve one of the JS test cases. (tags: trunk)

Improve one of the JS test cases. (tags: trunk)

View Article


Slight doc touchup for [af41a1e6fc8b36e9bf65] based on feedback. No code...

Slight doc touchup for [af41a1e6fc8b36e9bf65] based on feedback. No code changes. (tags: trunk)

View Article

Slight doc touchup for [af41a1e6fc8b36e9bf65]/[c7519d98ff09e] based on...

Slight doc touchup for [af41a1e6fc8b36e9bf65]/[c7519d98ff09e] based on feedback. No code changes. (tags: branch-3.46)

View Article

Add extra assert() statements to the fixes on this branch. (tags:...

Add extra assert() statements to the fixes on this branch. (tags: alignment-fixes)

View Article


*MERGE* Fixes for platforms with 32-bit pointers that require 64-bit values...

*MERGE* Fixes for platforms with 32-bit pointers that require 64-bit values to be aligned. (tags: trunk)

View Article


Fix a problem in FTS5 where it reports the wrong error code following an OOM....

Fix a problem in FTS5 where it reports the wrong error code following an OOM. (tags: trunk)

View Article

Minor typo fixes in test-script-interpreter.md. (tags: trunk)

Minor typo fixes in test-script-interpreter.md. (tags: trunk)

View Article

Experimental implementation of LATERAL JOIN. (tags: lateral-join)

Experimental implementation of LATERAL JOIN. (tags: lateral-join)

View Article

"LATERAL" may not be a keyword, as that would cause problems for legacy...

"LATERAL" may not be a keyword, as that would cause problems for legacy databases that have tables named "lateral". It has to be parsed as an identifier. (tags: lateral-join)

View Article


Do not do an early abort if a lateral subquery is an empty set. (tags:...

Do not do an early abort if a lateral subquery is an empty set. (tags: lateral-join)

View Article

Optimizations and improved comments. (tags: lateral-join)

Optimizations and improved comments. (tags: lateral-join)

View Article


Remove an unnecessary error offset assignment. (tags: lateral-join)

Remove an unnecessary error offset assignment. (tags: lateral-join)

View Article

Add testcase() macros to bitmap tests in the new code. (tags: lateral-join)

Add testcase() macros to bitmap tests in the new code. (tags: lateral-join)

View Article


Fix an oversized allocation in sqlite3ExprCodeIN(). (tags: trunk)

Fix an oversized allocation in sqlite3ExprCodeIN(). (tags: trunk)

View Article

Fix rule (1c-ii) of the fromClauseTermCanBeCoroutine() decision so that it...

Fix rule (1c-ii) of the fromClauseTermCanBeCoroutine() decision so that it work with LATERAL. Add testcase() macros to verify bitmask conditions are all checked. (tags: lateral-join)

View Article

Fix LATERAL subqueries so that they are able to reference other subqueries to...

Fix LATERAL subqueries so that they are able to reference other subqueries to their left that are implemented as co-routines. See [forum:/forumpost/dfe2cd37ca3a9a80|Forum post dfe2cd37ca3a9a80]. (tags:...

View Article
Browsing all 2701 articles
Browse latest View live