In sqlalchemy for oracle do i use label and group-by clause

If I execute a query like.

 
DBsession.query(TaskCalendar).options(eagerload('task')).filter((TaskCalendar.dow
== 0)

it gives the following error.

   ORA-00979: not a GROUP BY expression.

 Everythin works fine in MYSQL.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" 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/sqlalchemy?hl=en.

Reply via email to