Обсуждение: pgsql/src/interfaces/python pgmodule.c

Поиск
Список
Период
Сортировка

pgsql/src/interfaces/python pgmodule.c

От
"D'Arcy J.M. Cain - vex.net"
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    darcy@hub.org    01/05/27 04:24:52

Modified files:
    src/interfaces/python: pgmodule.c

Log message:
    Add NUMERICOID return type.  Treat it as floating point for now.  This
    could be changed if we create a new Python type that matches it better
    but NUMERIC <==> FLOAT probably works fine for most cases.