Обсуждение: oledb - oledb: DBTYPE_BOOL is actually a two word value, and requires

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

oledb - oledb: DBTYPE_BOOL is actually a two word value, and requires

От
shachar@pgfoundry.org (User Shachar)
Дата:
Log Message:
-----------
DBTYPE_BOOL is actually a two word value, and requires special handling beyond copying the Postgresql return.

Modified Files:
--------------
    oledb:
        PgSess.cpp (r1.37 -> r1.38)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/PgSess.cpp.diff?r1=1.37&r2=1.38)
        TypeInfo.cpp (r1.17 -> r1.18)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/TypeInfo.cpp.diff?r1=1.17&r2=1.18)
        TypeInfo.h (r1.18 -> r1.19)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/TypeInfo.h.diff?r1=1.18&r2=1.19)