mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +01:00
Closes #2949 This fixes a special case of the behavior described in #2501 - the special case is that WHERE conditions that were selected as seek predicates for the left join table were not properly evaluated when the right-hand-side table returned no match. The test in commit 12d72d115588a9e744bdb22382998ba1bf9031ab should demonstrate this adequately - this should return no rows, but on `main` it returns `1|NULL`. Closes #2955