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 SQL assertions #9895

Merged
merged 1 commit into from
Jul 14, 2022
Merged

Conversation

greg0ire
Copy link
Member

doctrine/dbal is the component responsible for generating the queries.
Let us make the test suite more robust by asserting that things work
from a functional point of view.

@greg0ire greg0ire force-pushed the avoid-sql-assertions branch from 30c0345 to 599fef6 Compare July 11, 2022 18:24
@greg0ire greg0ire marked this pull request as ready for review July 11, 2022 18:53
@greg0ire
Copy link
Member Author

I didn't rid the entire codebase from calls to getLastLoggedQuery(), but did what I could when I understood clearly what to do. Feel free to checkout the branch and propose/push additional changes.

@greg0ire greg0ire requested review from derrabus and morozov July 11, 2022 18:54
derrabus
derrabus previously approved these changes Jul 11, 2022
doctrine/dbal is the component responsible for generating the queries.
Let us make the test suite more robust by asserting that things work
from a functional point of view.
@derrabus derrabus added this to the 2.13.0 milestone Jul 14, 2022
@greg0ire greg0ire merged commit fbb7e24 into doctrine:2.13.x Jul 14, 2022
@greg0ire greg0ire deleted the avoid-sql-assertions branch July 14, 2022 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants