Thread: pgsql/src/interfaces/odbc statement.c

pgsql/src/interfaces/odbc statement.c

From
inoue@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    inoue@postgresql.org    01/10/19 01:39:14

Modified files:
    src/interfaces/odbc: statement.c

Log message:
    Change SC_fetch() to not retrieve data in case the
    SQL_RETRIEVE_DATA option is SQL_RD_OFF. This would
    avoid a crash when scrolling Grid controls.