Обсуждение: pgsql/src/interfaces/odbc connection.c connect ...

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

pgsql/src/interfaces/odbc connection.c connect ...

От
"Marc G. Fournier"
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    scrappy@hub.org    01/09/10 04:53:27

Modified files:
    src/interfaces/odbc: connection.c connection.h info.c parse.c
                         results.c statement.h

Log message:
    1) Fix SQLForeignKeys() in multibyte mode.
    2) Fix a bug with NUMERIC scale in case of Parse
    statement option.
    3) Remove a no longer needed loop in CC_send_query().

    Hiroshi Inoue