Hi,

A possibly unintentional backwards-incompability with pygresql-5+.

Assigning to an element of what used to be a list but is now a Row object,
for example:

  r[4] = None

results in:

  TypeError: 'Row' object does not support item assignment

Can support for item assignment be restored?

Or are the advantages of using a namedtuple
instead of a list too compelling?

cheers,
raf

_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to