Open desyncr opened 6 years ago
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?
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?