Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Fixed decoding of :uuid-old and :binary-old
Browse files Browse the repository at this point in the history
  • Loading branch information
EuAndreh committed Jun 8, 2015
1 parent 7a76450 commit 3cc5fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/decode.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
(subtype (case (fast-read-byte *bson-in*)
(#x00 :generic)
(#x01 :function)
(#x02 :binary-old)
(#x03 :uuid-old)
(#x04 :uuid)
(#x05 :md5)
(#x80 :user-defined)))
Expand Down
1 change: 0 additions & 1 deletion t/cl-bson.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@
(is-type (get-element doc "binary data")
'<binary-data>
"binary data in document is a <BINARY-DATA>.")

(is-type (get-element doc "javascript code")
'<javascript>
"javascript code in document is a <JAVASCRIPT>.")
Expand Down

0 comments on commit 3cc5fb3

Please sign in to comment.