On Monday 20 August 2007 08:35, Ed Leafe wrote:
> On Aug 20, 2007, at 11:30 AM, johnf wrote:
> > You may be happy but these changes have broken all my forms.
>
> Damn! Just after I brought my crystal ball into the shop. Guess
> you're going to have to provide specifics.
>
> -- Ed Leafe
> -- http://leafe.com
> -- http://dabodev.com
In general Postgres uses implied begins. I have added
def beginTransaction(self, cursor):
pass
to dbPostgres.py but I'm doing more research.
questions:
self._connection.begin() how is support to work? I mean self. _connection is
the python dapi2 connection right? So self._connection does not have
a "begin" as defined in the PEP 249?
Am I right in saying that at the time dabo calls "beginTransaction" that I
have a bizobj associated with the call? If so how would I access the calling
bizobj in dbPostgres.py? I think I could just add.
bizobj.execute("begin")
--
John Fabiani
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]