TonyGen / mongodb-erlang

Fork of MongoDB driver for Erlang. mongodb now holds the master repository for this driver.
65 stars 16 forks source link

mongo:update/5 not exported #10

Closed amtal closed 13 years ago

amtal commented 13 years ago

mongo:update(true,true,...) thus not callable.

Upserts with {$inc,...} operations do not appear possible without the export.

Edit: disregard this I am dumb.

TonyGen commented 13 years ago

You mean allow multiple insert? I didn't think that made sense.

On Thu, Aug 11, 2011 at 11:48 PM, amtal reply@reply.github.com wrote:

mongo:update(true,true,...) thus not callable.

Upserts with {$inc,...} operations do not appear possible without the export.

Reply to this email directly or view it on GitHub: https://github.com/TonyGen/mongodb-erlang/issues/10