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

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - fe: Add support for composite types and arrays(including NULLs
Дата
Msg-id 20071129233050.E40DD17ADCD4@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - pq: Protect against external exceptions caused by iter().
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - typ: Add proper support for intervals.