jackalope / jackalope-doctrine-dbal

Doctrine DBAL transport implementation for Jackalope
http://jackalope.github.io
Other
143 stars 60 forks source link

avoid using deprecated PDO:: constants in calls to doctrine dbal #355

Closed dbu closed 1 year ago

dbu commented 6 years ago

according to the upgrade notes, we should stop using the pdo constants and instead use the FetchMode constants from dbal.

we should figure out the lowest dbal version that supports those dbal constants and adjust the dbal dependency accordingly.

Majkl578 commented 6 years ago

we should figure out the lowest dbal version that supports those dbal constants

2.7.0 via https://github.com/doctrine/dbal/pull/2996.

dbu commented 6 years ago

i started on this in #357 - @Majkl578 would you know an answer to the question i have there?

dbu commented 1 year ago

fixed in https://github.com/jackalope/jackalope-doctrine-dbal/pull/373