You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UUID class has a single-argument constructor which
expects an array with some specific contents.
This commit tries to avoid these type of constructors,
since it may be a common case.
Instead, it tries to find a constructor without an array
parameter, or otherwise falls back.
Fixes issue #17.
createInstance does not work with UUID, it tries to construct a UUID but the constructor throws an exception.
As a consequence any() and eq() does not work with UUID arguments
example:
The text was updated successfully, but these errors were encountered: