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 ArticleJS doc touchups. No code changes. (tags: trunk)
JS doc touchups. No code changes. (tags: trunk)
View ArticleAdd JS binding for sqlite3_column_decltype(). (tags: trunk)
Add JS binding for sqlite3_column_decltype(). (tags: trunk)
View ArticleFixes 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 ArticleImprove one of the JS test cases. (tags: trunk)
Improve one of the JS test cases. (tags: trunk)
View ArticleSlight doc touchup for [af41a1e6fc8b36e9bf65] based on feedback. No code...
Slight doc touchup for [af41a1e6fc8b36e9bf65] based on feedback. No code changes. (tags: trunk)
View ArticleSlight doc touchup for [af41a1e6fc8b36e9bf65]/[c7519d98ff09e] based on...
Slight doc touchup for [af41a1e6fc8b36e9bf65]/[c7519d98ff09e] based on feedback. No code changes. (tags: branch-3.46)
View ArticleAdd 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 ArticleFix 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 ArticleMinor typo fixes in test-script-interpreter.md. (tags: trunk)
Minor typo fixes in test-script-interpreter.md. (tags: trunk)
View ArticleExperimental 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 ArticleDo 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 ArticleOptimizations and improved comments. (tags: lateral-join)
Optimizations and improved comments. (tags: lateral-join)
View ArticleRemove an unnecessary error offset assignment. (tags: lateral-join)
Remove an unnecessary error offset assignment. (tags: lateral-join)
View ArticleAdd 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 ArticleFix an oversized allocation in sqlite3ExprCodeIN(). (tags: trunk)
Fix an oversized allocation in sqlite3ExprCodeIN(). (tags: trunk)
View ArticleFix 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 ArticleFix 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