Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
The same happens when trying to install eap versions of the plugin (e.g. 1.1.3-eap-85-Studio3.0-1).
da...@google.com <da...@google.com>
ap...@google.com <ap...@google.com> #3
Yes, we had to temporarily disable updates. This will be fixed in Canary 5.
ap...@google.com <ap...@google.com> #4
Ah, that explains. Thanks!
Description
Currently for queries like `SELCT *` we can use return type List<Model>. Can we also support ArrayMap<String, Model> (for TEXT type primary key) or ArrayMap<Long, Model> (for INTEGER type primary key). This will make traversing faster in this list of elements.
I haven't tried HashMap but support, that would also be great.
SparseArray in case of INTEGER type primary key can also make sense.