pgsql/src/interfaces/python pgmodule.c
Started by D'Arcy J.M. Cain - vex.netabout 25 years ago1 messagescomitters
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.