Re: [Sqlalchemy-users] BUG: having clause for postgresql
thanks, this is committed in 1392 On May 4, 2006, at 1:07 AM, HD Mail wrote: Hi, "Having" clause needs to be before "Order by" for postgresql. Index: ansisql.py === --- ansisql.py (revision 1387) +++ ansisql.py (working copy)
[Sqlalchemy-users] BUG: having clause for postgresql
Hi, "Having" clause needs to be before "Order by" for postgresql. Index: ansisql.py === --- ansisql.py (revision 1387) +++ ansisql.py (working copy) @@ -371,15 +371,15 @@ if group_by: text += " GROUP BY " + gr