On Mon, Dec 29, 2008 at 03:59:08PM +0000, Matthew Wilson wrote:
> sr = X.select(IN(X.q.id, [1, 3, 4]))
> x3 = X.get(3, selectResults=sr)
Though the parameter is called 'selectResults', it is a different
result, not a result of .select(), but a result of cursor.fetchone(). Look
into dbconnection.py, class Iteration.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ [email protected]
Programmers don't die, they just GOSUB without RETURN.
------------------------------------------------------------------------------
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss