Files
postgresql/src/backend
Alexander Korotkov b4cc19ab01 Throw error in jsonb_path_match() when result is not single boolean
jsonb_path_match() checks if jsonb document matches jsonpath query.  Therefore,
jsonpath query should return single boolean.  Currently, if result of jsonpath
is not a single boolean, NULL is returned independently whether silent mode
is on or off.  But that appears to be wrong when silent mode is off.  This
commit makes jsonb_path_match() throw an error in this case.

Author: Nikita Glukhov
2019-04-01 18:09:20 +03:00
..
2019-03-31 18:37:57 -07:00
2019-03-30 08:15:57 +01:00
2019-03-31 18:37:57 -07:00
2019-01-02 12:44:25 -05:00
2019-03-30 08:15:57 +01:00
2019-03-31 18:37:57 -07:00
2018-06-25 12:37:18 +02:00
2019-02-03 12:47:26 +01:00
2019-03-30 08:15:57 +01:00
2019-03-30 08:15:57 +01:00
2019-01-02 12:44:25 -05:00
2019-03-29 08:26:33 +01:00
2018-03-30 17:33:04 -07:00
2018-06-25 12:37:18 +02:00