mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 03:54:21 +01:00
Add support for `substr` scalar function. We can reuse the `substring` logic which is already implemted. ## Related issue https://github.com/penberg/limbo/issues/144 Closes #289