jackalope/jackalope-doctrine-dbal

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

Closed this issue · 3 comments

dbu commented

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.

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

2.7.0 via doctrine/dbal#2996.

dbu commented

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

dbu commented

fixed in #373