-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
query criteria - problem when more than 1 leftJoin() #2157
Comments
Here's the discussion about it: A temporary solution is to use Phalcon\Mvc\Model\Query\Builder until this bug is fixed |
Thank you for your quick response and I am sorry that I have already discussed the problem of previously reported. |
@wojtek77 sorry, my comment was just a temporary solution that i recommend to you until this bug is fixed (tldr: please reopen it, this is actually a bug :-) |
criteria: fix issue #2157 and added tests
criteria: fix issue #2157 and added tests
For this code:
is error: PhalconException: Scanning error before '] JOIN [] JOIN [...' when parsing: SELECT [Models\Uzytkownicy].* FROM [Models\Uzytkownicy] LEFT JOIN [Models\Testerzy] JOIN [] JOIN [] JOIN [] JOIN
When is this code:
is OK.
I use Phalcon 1.2.6 x86 on Windows 7 64 bit, Wamp 32 bit
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: