cl-mongo icon indicating copy to clipboard operation
cl-mongo copied to clipboard

Bug fix

Open ctlaux opened this issue 10 years ago • 1 comments

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

ctlaux avatar Mar 02 '14 11:03 ctlaux

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?

ctlaux avatar Mar 02 '14 12:03 ctlaux