Pablo,
the changeset 863 added an error with operators priority, adding parentheses
when not necessary. Now the G2_DeleteTest (and the 2 following) fail on
Postgres with an invalid command part "COUNT((*))".
We shouldn't add parenthesis when operator priority is the same, but only
when the inner operand has a higher priority than the outer one.
So we need to revert this change, and have two options after this:
1. Add a new priority or change "COUNT" priority to something else than
"Primary" (it does make sense)
2. Do some other change-I-have-no-idea-right-now.
And maybe this would fix the other hack on the same revision.

Can you handle this, Pablo?

-- 
Pascal.

jabber/gtalk: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to