Files
turso/core/storage
Preston Thorpe 44dc4c9636 Merge 'translate/emitter: Implement partial indexes' from Preston Thorpe
This PR adds support for partial indexes, e.g. `CREATE INDEX` with a
provided predicate
```sql
CREATE UNIQUE INDEX idx_expensive ON products(sku) where price > 100;
```
The PR does not yet implement support for using the partial indexes in
the optimizer.

Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com>

Closes #3228
2025-09-22 09:09:54 -04:00
..
2025-09-20 14:38:50 -04:00
2025-09-13 11:00:37 +05:30
2025-09-22 15:00:29 +03:00
2025-09-22 15:00:29 +03:00