We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
we should figure out the lowest dbal version that supports those dbal constants
2.7.0 via doctrine/dbal#2996.
Sorry, something went wrong.
i started on this in #357 - @Majkl578 would you know an answer to the question i have there?
fixed in #373
dbu
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: