Fixes error on complex where statements#206
Fixes error on complex where statements#206Stumpftopf wants to merge 1 commit intoKnpLabs:masterfrom
Conversation
|
Hello @Stumpftopf , Thank you for your contribution, do you mind to write a test covering this fix ? |
|
Any chance to get that merged in time? |
|
We can't merge it without tests |
|
@garak Thanks for the clearification. I‘ll fork the repo temporarly. |
|
This fix is also missing the case that An example where this happens is for $expr->orX(
$expr->between('event_date.dateFrom', ':start', ':end'),
$expr->between('event_date.dateTo', ':start', ':end')
)that since doctrine/orm@550fcbc#diff-77ad6f787b65be81710fe85fee3d41f4b8e0b766446f8f24c28e0440b7eea17eR61 results in |
|
I get a bug when i use the default search with a simple query together with andWhere This patch works like a charm! Please merge!! |
As soon as we have some automatic tests to confirm that it works, I'll be glad to merge. |
|
Same here: |
|
I just create #349 with the tests in case that you want superseed this PR. Thanks |
Fixes #205