dbal icon indicating copy to clipboard operation
dbal copied to clipboard

PDO support

Open xpavp03 opened this issue 3 years ago • 1 comments

Hi, could you please explain to me what I'm missing?

Documentation says, MySQL is supported also via pdo_mysql https://nextras.org/dbal/docs/main/

GitHub shows PdoMysql exists (since 2 years ago) https://github.com/nextras/dbal/tree/main/src/Drivers

but when I install Dbal into my project with $ composer require nextras/dbal (as recommended here https://github.com/nextras/dbal)

It fetches release 4.0.4 that does not include PdoMysql. https://github.com/nextras/dbal/releases/tag/v4.0.4

Is it a bug in the release? Or the documentation is lacking some explanation? Or am I missing something?

Thank you

xpavp03 avatar Oct 25 '22 12:10 xpavp03

The stable branch still doesn't have it. I'll have to make a release.

hrach avatar Oct 25 '22 13:10 hrach

PDO-[mysql|pgsql|sqlsrv] is being released soon as 5.0. Closing here.

hrach avatar Apr 16 '23 14:04 hrach