Re: [SQLObject] Generic "find" & findOne method
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ma...> - 2004-12-21 16:58:32
|
On Tue, Dec 21, 2004 at 02:43:38PM -0200, Carlos Ribeiro wrote: > person.find({'name':'...', 'address':'...'}) What is the difference between person.find({'name':'...', 'address':'...'}) and person.select(AND(person.q.name == '...', person.q.address == '...')) ??? Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |