The code is awkward and inconsistent as we can not close on a decode error on prepare_execute as the connection is checked in at that point.
At some point in future we may need to provide helpers to limit prepared queries at adapter level. It should not be done automatically as adapter sits between db_connection and database.
The code is awkward and inconsistent as we can not close on a
decode
error onprepare_execute
as the connection is checked in at that point.At some point in future we may need to provide helpers to limit prepared queries at adapter level. It should not be done automatically as adapter sits between db_connection and database.