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
then insert-and-return gives {:foo {"a" 1} :_id "..."} but find-one-as-map gives {:foo {:a 1} :_id "..."} when querying back out. This is because these functions do not perform the keywordization they otherwise do on return values.
The text was updated successfully, but these errors were encountered:
mc is monger.collection.
If I insert:
then
insert-and-return
gives{:foo {"a" 1} :_id "..."}
butfind-one-as-map
gives{:foo {:a 1} :_id "..."}
when querying back out. This is because these functions do not perform the keywordization they otherwise do on return values.The text was updated successfully, but these errors were encountered: