#22: Let pgdb support namedtuples
--------------------------+--------------------------
Reporter: cito | Owner: darcy
Type: enhancement | Status: closed
Priority: major | Milestone: 5.0
Component: DB API 2 | Version: 4.1
Resolution: fixed | Keywords: named tuples
--------------------------+--------------------------
Changes (by cito):
* status: new => closed
* keywords: => named tuples
* version: 4.0 => 4.1
* resolution: => fixed
* milestone: 4.2 => 5.0
Comment:
Support for named tuples has now been added in r683, tests and docs are
also included.
I have made this even the default for version 5.0, since the new major
version is a good opportunity to make such changes. We used to return rows
as lists in the pgdb module, which was not good anyway because it was not
in line with the pg module and other database drivers. Note that named
tuples can be accessed the same way as lists, so the backward
incompatibily is small and would normally not cause troubles.
--
Ticket URL: <http://trac.pygresql.org:8000/trac/ticket/22#comment:3>
PyGreSQL <http://www.pygresql.org/>
PyGreSQL Tracker
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql