MARTIMM / raku-mongodb-driver

MongoDB driver for Raku
Artistic License 2.0
18 stars 8 forks source link

run-command failing with newest mongod server #18

Closed MARTIMM closed 7 years ago

MARTIMM commented 7 years ago

run-command uses find to send the commands to the server which is not correct. On older servers, the query field was ignored but the newer servers make a problem with it, which is correct of course. Removing the query field would also save encoding time.

MARTIMM commented 7 years ago

luckily it was a bug in a test program. so closing...