mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Update SQL conformance information about JSON path
Reviewed-by: Oleg Bartunov <obartunov@postgrespro.ru>
This commit is contained in:
parent
1fb6f62a84
commit
05d36b68ed
@ -543,13 +543,13 @@ T827 JSON_TABLE: sibling NESTED COLUMNS clauses NO
|
||||
T828 JSON_QUERY NO
|
||||
T829 JSON_QUERY: array wrapper options NO
|
||||
T830 Enforcing unique keys in SQL/JSON constructor functions NO
|
||||
T831 SQL/JSON path language: strict mode NO
|
||||
T832 SQL/JSON path language: item method NO
|
||||
T833 SQL/JSON path language: multiple subscripts NO
|
||||
T834 SQL/JSON path language: wildcard member accessor NO
|
||||
T835 SQL/JSON path language: filter expressions NO
|
||||
T836 SQL/JSON path language: starts with predicate NO
|
||||
T837 SQL/JSON path language: regex_like predicate NO
|
||||
T831 SQL/JSON path language: strict mode YES
|
||||
T832 SQL/JSON path language: item method NO datetime() not yet implemented
|
||||
T833 SQL/JSON path language: multiple subscripts YES
|
||||
T834 SQL/JSON path language: wildcard member accessor YES
|
||||
T835 SQL/JSON path language: filter expressions YES
|
||||
T836 SQL/JSON path language: starts with predicate YES
|
||||
T837 SQL/JSON path language: regex_like predicate YES
|
||||
T838 JSON_TABLE: PLAN DEFAULT clause NO
|
||||
T839 Formatted cast of datetimes to/from character strings NO
|
||||
M001 Datalinks NO
|
||||
|
@ -53,6 +53,6 @@
|
||||
*/
|
||||
|
||||
/* yyyymmddN */
|
||||
#define CATALOG_VERSION_NO 201905221
|
||||
#define CATALOG_VERSION_NO 201906031
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user