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

From: dpage(at)pgfoundry(dot)org (User Dpage)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: > It seems that for SQLColAttributes to return
Date: 2005-12-08 09:11:28
Message-ID: 20051208091128.C04BA112504F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2005-12-08 14:10:40 pginstaller - pginst: Add Slony-I support.
Previous Message Teodor Sigaev 2005-12-08 09:11:20 pgsql: Improve tag recognizing