-
Notifications
You must be signed in to change notification settings - Fork 342
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
Doctrine 2.6.1 compatibility #1001
Comments
Duplicate of #772 |
@cyrilprevot take a look to the issue marked as duplicate and try what I've said there to check if the problem is gone. I would appreciate a feedback from you. |
I've drafted a new release for this https://github.com/APY/APYDataGridBundle/releases/tag/3.1.2 |
Hello @DonCallisto ,
Grid/Source/Entity.php:222 -> $alias = $this->fromColIdToAlias($name); // helped. please investigate |
I'll take a look at this ASAP. |
@pavelmitko could you require this branch in If so, I will merge it in master and release another bugfix version. Let me know, thank you. |
Hi @DonCallisto. I have tried the branch. The correction appears to have fixed the issue. |
@ruprai thanks for the feedback. |
I got "Error: Expected Doctrine\ORM\Query\Lexer::T_FROM, got ':'" since 2.6.1 doctrine update.
The issue seem to be due to new DQL parsing.
":" can't be use anymore in select clause and the bundle add "::" between subentity and field. Futhermore, function in Grid\Source annotation doesn't work anymore (field:count) cause of ":"
The text was updated successfully, but these errors were encountered: