[ python-Bugs-1010580 ] Add clone() methods.

noreply at pgfoundry.org noreply at pgfoundry.org
Tue Mar 31 22:52:57 UTC 2009


Bugs item #1010580, was opened at 2009-03-31 15:52
You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1010580&group_id=1000094

Category: API Specification
Group: To do
Status: Open
Resolution: None
Priority: 3
Submitted By: James Pye (jwp)
Assigned to: James Pye (jwp)
Summary: Add clone() methods.

Initial Comment:
Most objects are one-time objects. Sometimes, it is useful to have a simple API to recreate the object. Whether it's to get an updated plan for a prepared statement, or to get the latest snapshot of a result set of a statement, it's handy to have an obvious API for recreating these objects.

The objects that would carry these interfaces:

 Connections, Transactions, Statements, Cursors, Chunks, (?)

----------------------------------------------------------------------

You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1010580&group_id=1000094


More information about the Python-general mailing list