sachanrahul / common-schema

Automatically exported from code.google.com/p/common-schema
0 stars 0 forks source link

extract_json_value fails with negative value #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of common_schema are you using? (specify
revision+distribution)
2.2 523
Which component is failing? (specify the view, function, etc.)
select extract_json_value('{"test":"-2"}','/test'); fails returning NULL
but remove the negative and the function works.
select extract_json_value('{"test":"2"}','/test');

What is the expected output? What do you see instead?
Expect to see 2 instead of NULL

Can you provide with sample data?

(As of version 1.1), please provide output of
SELECT * FROM common_schema.status

Please provide any additional information below.
I do not have the entire common_schema installed as I don't have permission in 
my VPS but I have installed the following functions/procedures
get_json_token
encode_xml
extract_json_value
json_to_xml
trim_wspace
unquote

Original issue reported on code.google.com by mattkop....@gmail.com on 29 Nov 2013 at 2:47

GoogleCodeExporter commented 8 years ago
Grrr. Thought I handled this in Issue 46. Looming into.

Original comment by shlomi.n...@gmail.com on 29 Nov 2013 at 4:06