feat: Support accessing array items and fields of composite types through json operators
This is supported in select=, in filters and in order=. Resolves #1543 Resolves #2075 Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
committed by
Wolfgang Walther
parent
87bd8e72cf
commit
9f1b5c0a81
Vendored
+2
@@ -19,6 +19,7 @@ GRANT ALL ON TABLE
|
||||
, items3
|
||||
, "articleStars"
|
||||
, articles
|
||||
, arrays
|
||||
, auto_incrementing_pk
|
||||
, clients
|
||||
, comments
|
||||
@@ -27,6 +28,7 @@ GRANT ALL ON TABLE
|
||||
, compound_pk_view
|
||||
, deferrable_unique_constraint
|
||||
, empty_table
|
||||
, fav_numbers
|
||||
, has_count_column
|
||||
, has_fk
|
||||
, insertable_view_with_join
|
||||
|
||||
Reference in New Issue
Block a user