Обсуждение: psqlodbc - psqlodbc: > It seems that for SQLColAttributes to return

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

psqlodbc - psqlodbc: > It seems that for SQLColAttributes to return

От
dpage@pgfoundry.org (User Dpage)
Дата:
Log Message:
-----------
> It seems that for SQLColAttributes to return something else than
> SQL_NULLABLE, "Parse Statements" option MUST be turned on. Am i right?
> For some reason stmt->manual_result  is true, which causes that the
> statement is not parsed. What does this stmt->manual_result  mean?

I attach patch which solve this problem. Thanks to Robert Jire� to point
it and find the solution.
[Ludek Finstrle]

Modified Files:
--------------
    psqlodbc:
        results.c (r1.85 -> r1.86)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/results.c.diff?r1=1.85&r2=1.86)