[PR #10995] Fix array parameters with DBAL 4 #12746

Closed
opened 2026-01-22 16:15:03 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/10995

State: closed
Merged: Yes


Calling AbstractQuery::setParameter() with an array parameter on DBAL 4 currently results in a TypeError. This PR fixes that. I'm going to backport the new tests to the 2.16.x branch.

**Original Pull Request:** https://github.com/doctrine/orm/pull/10995 **State:** closed **Merged:** Yes --- Calling `AbstractQuery::setParameter()` with an array parameter on DBAL 4 currently results in a `TypeError`. This PR fixes that. I'm going to backport the new tests to the 2.16.x branch.
admin added the pull-request label 2026-01-22 16:15:03 +01:00
admin closed this issue 2026-01-22 16:15:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#12746