Details
-
Improvement
-
Status: Backlog
-
Major - P3
-
Resolution: Unresolved
-
None
-
None
-
Query Optimization
-
QO 2022-07-25, QO 2022-08-08, QO 2022-08-22, QO 2022-09-05, QO 2022-09-19, QO 2022-10-03, QE 2022-10-17
-
(copied to CRM)
Description
Since $convert doesn't work with BinData types, and there are no helper functions for binary data, nor for UUID in particular, it's very difficult to do something like converting UUID that's stored as a string to a proper BinData format.
Example: I have string "867dee52-c331-484e-92d1-c56479b8e67e" and I want to have UUID("867dee52-c331-484e-92d1-c56479b8e67e") which is BinData(4, "hn3uUsMxSE6S0cVkebjmfg==") and there doesn't seem to be a way to do that server-side.
Attachments
Issue Links
- is related to
-
SERVER-3794 Allow to access BinData binary value from MR
-
- Closed
-
- related to
-
SERVER-3794 Allow to access BinData binary value from MR
-
- Closed
-
-
SERVER-46079 $convert should allow any type to be converted to string
-
- Backlog
-
-
SERVER-3153 The mongo shell needs better support for displaying and entering GUIDs/UUIDs
-
- Closed
-