fons / cl-mongo

lisp interface to mongo db
fons.github.com/cl-mongo
MIT License
143 stars 31 forks source link

Bug fix #19

Open ctlaux opened 10 years ago

ctlaux commented 10 years ago

bson-encode for bson-binary called itself instead of call-next-method, infinite loop resulted

ctlaux commented 10 years ago

Btw, special treatment in case of binary subtype #x02 (bson-decode.lisp line 60) doesn't seem to work with mongodb 2.4.9, wrong size of data is computed. Is there documentation about the BSON subtypes available?