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
It might be common to set multiple fields at once. Whether or not #1 is implemented, it might be useful to allow multiple fields to be updated at once:
For methods that take only field names, maybe just a list is fine.
For consistency, then, maybe methods that take field and one or more values have to use hash reference form. For methods that take just a field get to take a list of one or more fields.
The text was updated successfully, but these errors were encountered:
This would be a very useful addition. In my application, I often need to update multiple fields and am beginning to worry about the roundtrip update costs.
It might be common to set multiple fields at once. Whether or not #1 is implemented, it might be useful to allow multiple fields to be updated at once:
For push/add/remove, which take lists, it probably has to be a hash ref:
For methods that take only field names, maybe just a list is fine.
For consistency, then, maybe methods that take field and one or more values have to use hash reference form. For methods that take just a field get to take a list of one or more fields.
The text was updated successfully, but these errors were encountered: