python - fe: Add support for composite types and arrays(including NULLs - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - fe: Add support for composite types and arrays(including NULLs
Date
Msg-id 20071129233050.E40DD17ADCD4@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add support for composite types and arrays(including NULLs in arrays ;).

This was available before the transition to the new type I/O mapping, but the
initial move broke it. (actually, composites may not have been working at the
time)

Modified Files:
--------------
    fe/src:
        tracenull.py (r1.35 -> r1.36)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.35&r2=1.36)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Protect against external exceptions caused by iter().
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - typ: Add proper support for intervals.