Add support for server-side prepared statements in MySQLi backend
Bug #401489 reported by
wouter bolsterlee
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Anewt |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
The MySQLi backend could support server-side prepared statements (MySQLi statements).. Note that this should not be the default since the client-side prepared statements from Anewt provide features that cannot be used in server-side prepared statements (e.g. ?table? and ?column? stuff, as well as the more exotic ?raw? hackery that is sometimes very useful). Perhaps an API addition like $connection-
To post a comment you must log in.