Problem/Motivation
The code protecting against multiple statements is part of Connection::query()
, but ::prepareStatement()
should be protected too.
Proposed resolution
Move the protection code to Connection::prepareStatement()
.
Remaining tasks
User interface changes
none
API changes
none
Data model changes
none
Release notes snippet
none