mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
Implements [json_array](https://sqlite.org/json1.html#jarray). As a side quest, this PR also fixes an issue with the `CHAR` function which didn't work properly if the parameters were non-leaf AST nodes. The PR is quite big, because as I mentioned in https://github.com/tursod atabase/limbo/issues/127#issuecomment-2541307979 we had to modify `OwnedValue::Text` to support a `subtype` parameter, which is what SQLite does. Closes #504