We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm having the following issue with Doctrine_Core::ATTR_QUOTE_IDENTIFIER config. Queries are being double quoted like this:
Doctrine_Core::ATTR_QUOTE_IDENTIFIER
SELECT `u`.```id``` AS `u__0` FROM
When I issue the following query:
$query = Doctrine_Query::create()->select('u.id as user_id')
Digging up on some git logs I found out about this commit on a fork.
Can we merge this up? Have you stumbled upon this issue as well?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm having the following issue with
Doctrine_Core::ATTR_QUOTE_IDENTIFIER
config. Queries are being double quoted like this:When I issue the following query:
Digging up on some git logs I found out about this commit on a fork.
Can we merge this up? Have you stumbled upon this issue as well?
The text was updated successfully, but these errors were encountered: