mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +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