The ODBC driver now includes full support for reading decimal128 values.
Users can now pass uuidRepresentaiton in the connection string to decide how legacy uuid values are displayed. Accepted values are javaLegacy, csharpLegacy, and pythonLegacy. If no value is provided and a legacy uuid is encountered, the driver will default to using pythonLegacy for display purposes.
example:
mongodb://localhost:27017/?uuidRepresentation=csharpLegacy