-
-
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
HAVING on queryBuilder with JOIN doesn't work #10257
Comments
@vikilaboy This has been fixed in the branch 2.0.x |
I'm on master now, should i checkout in 2.0.x ? or it will be on master also ? Thank you ! [root@dev /usr/share/cphalcon (master) ]$ git branch -a
1.3.5
2.0.0
* master
remotes/origin/0.4.5
remotes/origin/0.5.0
remotes/origin/0.5.1
remotes/origin/0.5.2
remotes/origin/0.5.3
remotes/origin/0.6.0
remotes/origin/0.6.1
remotes/origin/0.7.0
remotes/origin/0.8.0
remotes/origin/0.9.0
remotes/origin/0.9.1
remotes/origin/1.0.0
remotes/origin/1.0.1
remotes/origin/1.1.0
remotes/origin/1.2.0
remotes/origin/1.2.1
remotes/origin/1.2.2
remotes/origin/1.2.3
remotes/origin/1.2.4
remotes/origin/1.2.5
remotes/origin/1.2.6
remotes/origin/1.3.0
remotes/origin/1.3.1
remotes/origin/1.3.2
remotes/origin/1.3.3
remotes/origin/1.3.4
remotes/origin/1.3.5
remotes/origin/1.30
remotes/origin/2.0.0
remotes/origin/2.0.x
remotes/origin/HEAD -> origin/master
remotes/origin/dev
remotes/origin/illd
remotes/origin/master
remotes/origin/revert-10141-patch-1
remotes/origin/revert-9927-patch-1 |
@vikilaboy On master it will be later... |
@KorsaR-ZN Then I'm gonna wait for the merge or switch to 1.3.5. Thanks a lot |
@vikilaboy The solution to your problem now in |
Now it works fine. Thank you ! |
I have an array with parameters in order to build the query but if there's a JOIN in that i receive this " Syntax error, unexpected EOF ". I'm using Phalcon 2.0. This seems to be only on 2.0, before update i didn't receive this error.
if i run
$builder->getPhql()
is seems the query were builded correctly.The text was updated successfully, but these errors were encountered: