UUID function without arguments returns an error
Solved
As of MongoDB 3.6, the UUID function without a parameter will generate and return a random UUID.
This works fine in the Mongo shell, but NoSQLBooster app returns an error.
"message" : "UUID(hex:string) must pass a string as argument."
Thank you for your feedback, we did not notice the implementation of this method Changed in version 3.6. In earlier versions of the MONGO shell, UUID required a hexadecimal string Argument.
We will fix the issue in the next update.
Thank you for your feedback, we did not notice the implementation of this method Changed in version 3.6. In earlier versions of the MONGO shell, UUID required a hexadecimal string Argument.
We will fix the issue in the next update.
Resolved in V4.7.2
Resolved in V4.7.2
Replies have been locked on this page!