This was fixed with this commit in django-firebird https://github.com/maxirobaina/django-firebird/issues/22
On Thursday, November 7, 2013 11:21:13 AM UTC+2, Stephen McDonald wrote: > > The ORM shouldn't be able to create invalid SQL queries, and in this case > I'd guess it's an issue with the firebird backend. > > I'd suggest raising it there: > https://github.com/maxirobaina/django-firebird > > > On Thu, Nov 7, 2013 at 4:42 PM, Adrian Marius Popa > <[email protected]<javascript:> > > wrote: > >> The error is >> >> Error while preparing SQL statement: - SQLCODE: -104 - Dynamic SQL Error >> - SQL error code = -104 - Invalid expression in the select list (not >> contained in either an aggregate function or the GROUP BY clause) >> >> https://gist.github.com/mariuz/7349583 >> >> the template is in >> >> /usr/local/lib/python2.7/dist-packages/mezzanine/blog/templates/blog/includes/filter_panel.html >> >> What it needs to be modified is that in firebird all that is in the >> select clause must be in the group by :site_id ... >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Mezzanine Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Stephen McDonald > http://jupo.org > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
