We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468427d commit eabd223Copy full SHA for eabd223
bson/binary.py
@@ -169,6 +169,12 @@ class UuidRepresentation:
169
"""BSON binary subtype for an MD5 hash.
170
"""
171
172
+COLUMN_SUBTYPE = 7
173
+"""BSON binary subtype for columns.
174
+
175
+.. versionadded:: 4.0
176
+"""
177
178
USER_DEFINED_SUBTYPE = 128
179
"""BSON binary subtype for any user defined structure.
180
doc/api/bson/binary.rst
@@ -14,6 +14,7 @@
14
.. autodata:: JAVA_LEGACY
15
.. autodata:: CSHARP_LEGACY
16
.. autodata:: MD5_SUBTYPE
17
+ .. autodata:: COLUMN_SUBTYPE
18
.. autodata:: USER_DEFINED_SUBTYPE
19
20
.. autoclass:: UuidRepresentation
0 commit comments