psqlodbc - psqlodbc: Fix the bug reported by

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Fix the bug reported by
Date: 2012-05-12 02:50:58
Message-ID: 20120512025058.B12371C081BF@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix the bug reported by Alexandre(alepaes(at)aldeiadigital(dot)com(dot)br).
1. Don't discard the result of unnamed statements for later SQLDescribeCol or SQLColAttribute calls.
2. Set rowstart_in_cache properly when closing eof cursors.

Modified Files:
--------------
psqlodbc:
qresult.c (r1.81 -> r1.82)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/qresult.c?r1=1.81&r2=1.82)
results.c (r1.124 -> r1.125)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/results.c?r1=1.124&r2=1.125)
statement.h (r1.87 -> r1.88)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/statement.h?r1=1.87&r2=1.88)
version.h (r1.215 -> r1.216)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.215&r2=1.216)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2012-05-12 03:31:13 psqlodbc - psqlodbc: Remove columns info of dropped tables ASAP.
Previous Message Robert Haas 2012-05-11 23:57:59 Re: Re: [COMMITTERS] pgsql: Ensure age() returns a stable value rather than the latest value