File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Synopsis
20
20
BSON_SUBTYPE_UUID_DEPRECATED = 0x03,
21
21
BSON_SUBTYPE_UUID = 0x04,
22
22
BSON_SUBTYPE_MD5 = 0x05,
23
+ BSON_SUBTYPE_COLUMN = 0x07,
23
24
BSON_SUBTYPE_USER = 0x80,
24
25
} bson_subtype_t;
25
26
Original file line number Diff line number Diff line change @@ -282,6 +282,7 @@ typedef enum {
282
282
BSON_SUBTYPE_UUID = 0x04 ,
283
283
BSON_SUBTYPE_MD5 = 0x05 ,
284
284
BSON_SUBTYPE_ENCRYPTED = 0x06 ,
285
+ BSON_SUBTYPE_COLUMN = 0x07 ,
285
286
BSON_SUBTYPE_USER = 0x80 ,
286
287
} bson_subtype_t ;
287
288
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