mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
While working to include new json functions (related to #127) I noticed that the program step code for json functions https://github.com/tursoda tabase/limbo/blob/0dceb02ec04241b3772332853bcbfb9eb559adb9/core/vdbe/mod .rs#L1346 was a bit different from scalar functions's code, where the match to the inner function is nested https://github.com/tursodatabase/l imbo/blob/0dceb02ec04241b3772332853bcbfb9eb559adb9/core/vdbe/mod.rs#L142 4 I added the same nesting to the json functions so it is more consistent Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #663