Files
turso/testing
Jussi Saurio e0e031d8af Merge 'Fix two issues with indexes' from Jussi Saurio
Fixes #1298
- Fixes Limbo trying to use an index using a WHERE clause constraint
that refers to the same table on both sides, e.g. `WHERE t.x = t.x`
- Fixes not using indexes when the relevant expression is paren wrapped,
e.g.
    - `SELECT * FROM t WHERE (indexcol) > 5`
    - `SELECT * FROM t WHERE (indexcol > 5)`
- Changes existing table logical expr fuzz test to have primary keys
(which helped me find both issues above)

Closes #1300
2025-04-15 14:00:58 +03:00
..
2024-08-03 12:16:34 +03:00
2025-04-03 22:28:13 +03:00
2025-02-09 22:01:33 +04:00
2025-01-19 00:39:10 +05:30
2025-01-21 00:29:23 +05:30
2025-02-06 23:39:12 +05:30
2024-12-30 17:02:31 +05:30
2025-04-07 20:29:45 +03:00
2025-03-30 18:58:38 +03:00
2025-02-04 21:02:51 +05:30
2025-04-13 23:36:09 -03:00
2024-10-05 18:25:04 +03:00
2025-04-12 11:13:32 +03:00