From: Eduardo E. <eel...@na...> - 2004-05-12 22:24:26
Hi All,
How do I order by more than one column.
Trying orderBy='field1, field2' produces
AssertionError: Strings in clauses are expected to be column
identifiers. I got: 'field1, field2'
Thanx
Ed.
On Wed, May 12, 2004 at 06:24:19PM -0400, Eduardo Elgueta wrote:
> How do I order by more than one column.
> Trying orderBy='field1, field2' produces
orderBy=['field1', 'field2']
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.