Hi Matteo, > 2024/04/17 21:24、Matteo Beccati <p...@beccati.com>のメール: > > Hello everybody, > > I'd like to start a discussion on a new RFC about fixing the default PDO SQL > parser and having (optional) driver-specific parsers. > > https://wiki.php.net/rfc/pdo_driver_specific_parsers > > Thanks GPB and Tom de Wit for their help with initial proof-reading. > > > Cheers > -- > Matteo Beccati > > Development & Consulting - http://www.beccati.com/
This is a very interesting topic for me. A few days ago I saw an issue that was largely related to this. https://github.com/php/php-src/issues/13958 It seems possible to get around this problem using some hacks, but essentially I agree that it makes sense to have a parser for each driver. Regards, Saki