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

[DBAL] Require QueryBuilder for generating #300

Conversation

sstok
Copy link
Member

@sstok sstok commented Aug 15, 2022

Q A
Bug fix? no
New feature? yes
BC breaks? yes
Deprecations?
Tickets Closes #290
License MIT

Require a QueryBuilder is used for Doctrine DBAL, which also ensures ordering is applied correctly.
Due too some technical details it's no longer possible to retrieve the generated where-condition, this is now made all internal.

However I do plan to make a few test-helper classes to make testing of conversions much easier.

And ensure ordering is applied properly
@sstok sstok force-pushed the 290-rfc-feature-doctrine-require-usage-of-the-querybuilder branch from 3c0385a to 604021f Compare August 17, 2022 07:18
@sstok sstok force-pushed the 290-rfc-feature-doctrine-require-usage-of-the-querybuilder branch from 604021f to 30f46e8 Compare August 17, 2022 08:48
@sstok sstok merged commit 9d766ed into rollerworks:main Aug 17, 2022
@sstok sstok deleted the 290-rfc-feature-doctrine-require-usage-of-the-querybuilder branch August 17, 2022 09:25
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.

[RFC][Feature][Doctrine] Require usage of the QueryBuilder
1 participant