pgsql: Improve error reporting for jsonpath .double() method

2020-07-10 Thread Alexander Korotkov
Improve error reporting for jsonpath .double() method When jsonpath .double() method detects that numeric or string can't be converted to double precision, it throws an error. This commit makes these errors explicitly express the reason of failure. Discussion: https://postgr.es/m/CAPpHfdtqJtiSX

pgsql: Improve error reporting for jsonpath .double() method

2020-07-10 Thread Alexander Korotkov
Improve error reporting for jsonpath .double() method When jsonpath .double() method detects that numeric or string can't be converted to double precision, it throws an error. This commit makes these errors explicitly express the reason of failure. Discussion: https://postgr.es/m/CAPpHfdtqJtiSX

pgsql: Improve error reporting for jsonpath .double() method

2020-07-10 Thread Alexander Korotkov
Improve error reporting for jsonpath .double() method When jsonpath .double() method detects that numeric or string can't be converted to double precision, it throws an error. This commit makes these errors explicitly express the reason of failure. Discussion: https://postgr.es/m/CAPpHfdtqJtiSX