On Sat, Feb 06, 2010 at 10:43:43AM -0300, Juan Manuel wrote:
> Can the .select() or .selectBy() methods take the connection to use as a
> parameter (even if I pass it a normal connection object, and not one
> obtained from a transaction? If that's true then all is well :)
Yes. I have already said this - all SQLObject methods accept
'connection' parameter that must be a connection or a transaction object.
Default for the parameter is None meaning "obtain the connection from the
corresponding SQLObject class".
Oleg.
--
Oleg Broytman http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|