Обсуждение: pgsql-server/src/interfaces/ecpg compatlib/inf ...

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

pgsql-server/src/interfaces/ecpg compatlib/inf ...

От
meskes@svr1.postgresql.org (Michael Meskes)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    meskes@svr1.postgresql.org    03/09/09 07:46:42

Modified files:
    src/interfaces/ecpg/compatlib: informix.c
    src/interfaces/ecpg/ecpglib: data.c execute.c misc.c typename.c
    src/interfaces/ecpg/include: datetime.h decimal.h pgtypes_date.h
                                 pgtypes_interval.h
                                 pgtypes_numeric.h
                                 pgtypes_timestamp.h
    src/interfaces/ecpg/pgtypeslib: datetime.c dt.h dt_common.c
                                    interval.c numeric.c timestamp.c
    src/interfaces/ecpg/preproc: ecpg.c preproc.y type.c
    src/interfaces/ecpg/test: dt_test.pgc num_test.pgc

Log message:
    - Added Dave patch for Informix handling of numeric/int conversion.
    - Changed all new datatypes to lowercase.
    - Fixed rounding bug in numerical types.