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
When doctrine make query with array of uuids as parameter, every uuid cast to string.
Result match nothing, because need cast to Bytes.
Is only to extend Uuid class and replace behavior of __toString() method?