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

[Doctrine] Add support of autocompletion for the 3rd argument of "from" method #322

Closed
Koc opened this issue Aug 1, 2014 · 2 comments
Closed
Labels

Comments

@Koc
Copy link
Contributor

Koc commented Aug 1, 2014

Hi!

Currently there is no autocompletion of the 3rd argument.

$qb->from('MetalCategoriesBundle:MenuItemClosure', 'mic', 'mic.id');

NB! this method supports only primitive types.

@Haehnchen Haehnchen changed the title Add support of autocompletion for the 3rd argument of "from" method [Doctrine] Add support of autocompletion for the 3rd argument of "from" method Aug 16, 2014
@Haehnchen
Copy link
Owner

just used same completion as all user querybuilder parameters. "primitive types": dont wanne implement another filter. up to the user to get find the right one. :)

@Koc
Copy link
Contributor Author

Koc commented Aug 24, 2014

It's ok, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants