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
minor #19615 PostgreSQL setparameter() compatibility (Prometee)
This PR was submitted for the 7.0 branch but it was merged into the 6.4 branch instead.
Discussion
----------
PostgreSQL setparameter() compatibility
Using PostgreSQL, Doctrine will use UUID field type. If you don't specify the parameter type it will try to send a string instead of the binary content and fail with an error :
```
SQLSTATE[22021]: Character not in repertoire: 7 ERROR: invalid byte sequence for encoding \"UTF8\": ...
CONTEXT: unnamed portal parameter $1
```
Commits
-------
d566ad4 PostgreSQL setparameter() compatibility
0 commit comments