python - fe: Add support for composite types and arrays(including NULLs

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - fe: Add support for composite types and arrays(including NULLs
Date: 2007-11-29 23:30:50
Message-ID: 20071129233050.E40DD17ADCD4@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-11-30 02:37:37 python - typ: Add proper support for intervals.
Previous Message James William Pye 2007-11-29 23:14:08 python - pq: Protect against external exceptions caused by iter().