-
Notifications
You must be signed in to change notification settings - Fork 198
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
ParameterMissing error when try to set empty array to any property #339
Comments
Example: if we try to do this update:
we will get this error:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello, i connect to Neo4j Aura Db that uri is neo4j+s://6397445c.databases.neo4j.io and not working |
@vaix-dungpx did you solve your connection error with Aura Db ? |
Thanh you, it's done. I tested it and it's working fine. |
in Connection.php
in
public function prepareBindings(array $bindings)
$bindings
with empty array values will be missing in$prepared
, thus we will haveParameterMissing
exception.The text was updated successfully, but these errors were encountered: