-
-
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
Notice: Array to string conversion if criteria array has no values #47
Comments
Thank you for reply I use |
Hmm... yes, this does look like something caused by #45. I'll have a closer look tomorrow. |
I have used before in composer:
Both 1.4.1 and now 1.4.3 don't throw this notice. |
I don't think it's possible to fix this issue. However after inspecting the internals of doctrine/dbal I don't think it's worth fixing. The main problem is in the readme of this package. I'm rather new to UUIDs so I believed that the documentation was correct which it isn't. It says that UuidType uses |
@enumag , is this still true as of today (I expect yes)? |
@flaushi Sorry, I'm only using PostgreSQL so I don't know what is best when using both MySQL and PostgreSQL. I would not recommend it. |
This code
in 1.4.2 version generates
Array to string conversion Notice
in ...\Doctrine\DBAL\Driver\PDOStatement.php:105Previous version 1.4.1 didn't results to Notice in this case.
This happens on 10.1.21-MariaDB with last Doctrine version.
The text was updated successfully, but these errors were encountered: