mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 21:44:21 +01:00
Closes #319 1. Allow using a column as the pattern 2. Construct LIKE regexes with `^` and `$` so that eg the string `'foobar'` does not match the pattern `'fooba'` unless the pattern specifically has a wildcard 3. Support function expressions as the LIKE pattern Closes #327