Mark Brackett

Results 1 comments of Mark Brackett

Similar issue in `json_extract_path_text`, as well as a missing for loop there ``` CREATE FUNCTION json_extract_path_text(json_string text, VARIADIC path_elems character[]) RETURNS text immutable as $$ import json result = json.loads(json_string)...