Hi, On Wed, 17 Apr 2024, at 19:25, Kamil Tekiela wrote: > I think the question here was more about what the syntax will be after the > parameters are substituted. But if I recall correctly, the quoting is done by > PDO:: quote so the syntax will remain the same. Only the buggy behavior would > be fixed when it comes to recognizing parameters.
yes, that is unchanged and handled through the quoting functionality. Cheers