You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The query SELECT map['key1'],map['key2'] FROM table isn't supposed to map any keys into Data.fields as the property names do not match. In fact, map['key1'] has no column name. You have to provide a data structure along a query where property names map to column names.
Query doesn't support select elements for map column.
Example of code:
data object will not have map elements present.
The text was updated successfully, but these errors were encountered: