psqlodbc - psqlodbc: Correct the handling of dynamic cursors so that

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Correct the handling of dynamic cursors so that
Date: 2010-09-09 15:00:56
Message-ID: 20100909150057.03E8010715E0@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Correct the handling of dynamic cursors so that they are substituted by keyset-driven ones. This fixs the bug report by Werner Kuhnle.

Modified Files:
--------------
psqlodbc:
convert.c (r1.190 -> r1.191)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/convert.c?r1=1.190&r2=1.191)
options.c (r1.77 -> r1.78)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/options.c?r1=1.77&r2=1.78)
statement.c (r1.149 -> r1.150)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/statement.c?r1=1.149&r2=1.150)
version.h (r1.163 -> r1.164)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.163&r2=1.164)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-09-09 17:19:40 pgsql: Remove obsolete claim that gzip is needed while installing PG's
Previous Message User Itagaki 2010-09-09 12:18:10 textsearch-ja - textsearch_groonga: Support amgetbitmap and text[] %%