mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
Add fuzz test for string functions and fix 2 bugs in implementation of `LTRIM/RTRIM/TRIM` and `QUOTE`: - `QUOTE` needs to escape internal quote(`'`) symbols - `LTRIM`/`RTRIM`/`TRIM` needs to check if they have additional argument Closes #958