File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ const (
38
38
BinaryUUIDOld byte = 0x03
39
39
BinaryUUID byte = 0x04
40
40
BinaryMD5 byte = 0x05
41
+ BinaryEncrypted byte = 0x06
42
+ BinaryColumn byte = 0x07
41
43
BinaryUserDefined byte = 0x80
42
44
)
43
45
Original file line number Diff line number Diff line change 50
50
"canonical_bson" : " 1D000000057800100000000573FFD26444B34C6990E8E7D1DFC035D400" ,
51
51
"canonical_extjson" : " {\" x\" : { \" $binary\" : {\" base64\" : \" c//SZESzTGmQ6OfR38A11A==\" , \" subType\" : \" 05\" }}}"
52
52
},
53
+ {
54
+ "description" : " subtype 0x07" ,
55
+ "canonical_bson" : " 1D000000057800100000000773FFD26444B34C6990E8E7D1DFC035D400" ,
56
+ "canonical_extjson" : " {\" x\" : { \" $binary\" : {\" base64\" : \" c//SZESzTGmQ6OfR38A11A==\" , \" subType\" : \" 07\" }}}"
57
+ },
53
58
{
54
59
"description" : " subtype 0x80" ,
55
60
"canonical_bson" : " 0F0000000578000200000080FFFF00" ,
You can’t perform that action at this time.
0 commit comments