An async MySQL client for PHP, optimizing database interactions with efficient non-blocking capabilities. Perfect for responsive, high-performance applications.
Other
358
stars
63
forks
source link
Substitue named parameter multiple times in a single query #90
Currently parameter substitution for named parameters only works if the name is substituted exactly once per name. However, there seems to be no technical reason why the same name cannot or should not be used multiple times, and indeed, this is supported by PDO.
Currently parameter substitution for named parameters only works if the name is substituted exactly once per name. However, there seems to be no technical reason why the same name cannot or should not be used multiple times, and indeed, this is supported by PDO.