PYTHON-2859 Add BSON Binary subtype 7 (#763)
This commit is contained in:
parent
468427ddd4
commit
eabd2235ba
@ -169,6 +169,12 @@ MD5_SUBTYPE = 5
|
||||
"""BSON binary subtype for an MD5 hash.
|
||||
"""
|
||||
|
||||
COLUMN_SUBTYPE = 7
|
||||
"""BSON binary subtype for columns.
|
||||
|
||||
.. versionadded:: 4.0
|
||||
"""
|
||||
|
||||
USER_DEFINED_SUBTYPE = 128
|
||||
"""BSON binary subtype for any user defined structure.
|
||||
"""
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
.. autodata:: JAVA_LEGACY
|
||||
.. autodata:: CSHARP_LEGACY
|
||||
.. autodata:: MD5_SUBTYPE
|
||||
.. autodata:: COLUMN_SUBTYPE
|
||||
.. autodata:: USER_DEFINED_SUBTYPE
|
||||
|
||||
.. autoclass:: UuidRepresentation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user