fixed reading boolean values
parent
3a94b8a908
commit
ff6de8a262
|
@ -158,7 +158,7 @@ M: bson-double element-data-read ( type -- double )
|
|||
|
||||
M: bson-boolean element-data-read ( type -- boolean )
|
||||
drop
|
||||
read-byte t = ;
|
||||
read-byte 1 = ;
|
||||
|
||||
M: bson-date element-data-read ( type -- timestamp )
|
||||
drop
|
||||
|
|
Loading…
Reference in New Issue