#57: Implement callproc method on pgdb cursors
--------------------------+-----------------------------
Reporter: cito | Owner:
Type: enhancement | Status: closed
Priority: minor | Milestone: 5.0
Component: DB API 2 | Version: 4.1
Resolution: fixed | Keywords: callproc cursor
--------------------------+-----------------------------
Changes (by cito):
* status: new => closed
* resolution: => fixed
Comment:
Implemented in r692 now. The implementation has been a bit simplified in
that output and input/output parameters are not changed in the return
value, i.e. they can only be retrieved using the fetch methods. To
implement this, it would be necessary to determine (through a query to the
database catalog) which parameters are output parameters and fetch the
return values for these, which would be very costly. As far as I see,
psycopg2 hasn't implemented this either.
--
Ticket URL: <http://trac.pygresql.org:8000/pgtracker/ticket/57#comment:1>
PyGreSQL <http://www.pygresql.org/>
PyGreSQL Tracker
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql