- Switch to case-sensitive
LIKEexpression, thus making list queries withfilter[col][$like]=valcase-sensitive as well.- This is technically a breaking change, though sneaking it into a minor release assuming that nobody actually expected case-insensitive filtering.
- Hoist external SQLite extension loading up to the CLI level and replace upstream sqlite-vec with maintained fork: https://github.com/vlasky/sqlite-vec.
- Add a join-order benchmark for further performance tuning.
- Update dependencies.
Full Changelog: v0.23.1...v0.23.2