On Mon, Oct 22, 2007 at 07:59:34AM -0500, Jaime Wyant wrote:
> trans = conn.transaction()
[skip]
> The console output is below.  I expected to see a `BEGIN` or `START
> TRANSACTION` somewhere at the beginning of the output, but it is not there.
> Is this a bug, or user error :) ?

   Neither. Opening a transaction is implemented via DB API driver
- usually using its .autocommit() method, and what way the method is
implemented  is up to the driver; SQLObject doesn't know what the driver
does.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to