Hi Gina, Your proposal makes sense to me. I agree that the behaviour should be consistent. If I understand correctly, an associative array currently binds only to positional arguments. If you make this change, how will it interact with PDO::FETCH_PROPS_LATE? Am I correct in assuming that this will also be a BC break? Will the values coming from the DB take over if no matching param is found in the constructor array?
Regards, Kamil