-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with ramsey/uuid 4.1 #152
Comments
Thanks for reporting. This is related to ramsey/uuid#327 |
which version of the the library are you using ? |
@stof the issue is on uuid:4.1 with uuid-doctrine:1.6 |
see if the discussion in ramsey/uuid#329 helps |
10 tasks
Upgrading to ramsey/uuid 4.2 should fix this. If not, please let me know. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
UuidBinaryOrderedTimeType
is incompatible with latest ramsey/uuid 4.1, when using Doctrine Second Level cache. Uuid loaded from DB has typeRamsey\Uuid\Rfc4122\UuidV1
, but when this type is serialized/deserialized (in caching), type conversion fails withCould not convert database value "11ead339-8a48-dd88-a..." to Doctrine Type uuid_binary_ordered_time. Expected format: UuidV1
Sample:
Probably related to ramsey/uuid#324, not sure if it is issue there or here...
The text was updated successfully, but these errors were encountered: