Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dbu opened this issue Apr 4, 2018 · 3 comments
Closed

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

dbu opened this issue Apr 4, 2018 · 3 comments
Assignees
Labels
Milestone

Comments

@dbu
Copy link
Member

dbu commented Apr 4, 2018

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
Copy link

Majkl578 commented Apr 6, 2018

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

2.7.0 via doctrine/dbal#2996.

@dbu
Copy link
Member Author

dbu commented May 3, 2018

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

@dbu dbu added this to the 2.0 milestone Apr 29, 2022
@dbu
Copy link
Member Author

dbu commented Dec 30, 2022

fixed in #373

@dbu dbu closed this as completed Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants