[PgPy] [ python-Bugs-1000305 ] Query and Portal objects don't pay
any attention to the current transaction
noreply at pgfoundry.org
noreply at pgfoundry.org
Fri Apr 29 02:18:10 GMT 2005
Bugs item #1000305, was opened at 2005-04-28 19:18
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1000305&group_id=1000094
Category: Backend
Group: None
Status: Open
Resolution: None
Priority: 7
Submitted By: James Pye (jwp)
Assigned to: James Pye (jwp)
Summary: Query and Portal objects don't pay any attention to the current transaction
Initial Comment:
If a query or portal object are kept alive through multiple transactions, reuse of the object in a transaction other than which is was created in will likely cause problems(maybe kaboom). The un-rewritten and un-analyzed part of the query can be reused, but the other parts need to be reinitialized respective of the current transaction/subtransaction(?).
* Implement transaction tagging of rewritten/analyzed query parts/portals so reinitialization can take place where need be.
----------------------------------------------------------------------
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1000305&group_id=1000094
More information about the Python-general
mailing list