mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-28 12:24:23 +01:00
Fixes: - `start_value` and `length_value` should be casted to integers - proper handling of utf-8 characters - do not need to cast blob to string, as substr in blobs refers to byte indexes and not char-indexes Closes #3465