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

Separate the QueryBuilder or use Doctrine class #2

Open
devsdmf opened this issue Jan 24, 2015 · 0 comments
Open

Separate the QueryBuilder or use Doctrine class #2

devsdmf opened this issue Jan 24, 2015 · 0 comments
Assignees

Comments

@devsdmf
Copy link
Owner

devsdmf commented Jan 24, 2015

Implement the use of an enhanced query builder, Doctrine have a powerful class for it, but it not support inserts until 2.4, since 2.5 the support was implemented, but the minimal dependency is 2.4 to support frameworks like a Symfony 2.3 and DoctrineBundle that uses the Doctrine 2.4, then, separate the actual query builder in a simple QueryBuilder class and if the Doctrine version is greater than or equal 2.5, uses the Doctrine QueryBuilder.

@devsdmf devsdmf self-assigned this Jan 28, 2015
@devsdmf devsdmf removed their assignment Feb 13, 2015
@devsdmf devsdmf self-assigned this Feb 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant