From: Oleg B. <ph...@ma...> - 2004-12-24 09:30:59
|
On Fri, Dec 24, 2004 at 01:13:57AM +0200, Ksenia Marasanova wrote: > > Please try the attached patch and run > > Employee.select(orderBy=Person.q.firstName) > > Does it help? > > Thank you, for the test case it does produce a correct query: > > SELECT employee.id, employee.position FROM employee, person WHERE (1 > = 1 AND (employee.id = person.id)) ORDER BY person.first_name I've committed the patch at revision 494. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |