Thread: pgsql/src/interfaces/odbc convert.c parse.c st ...

pgsql/src/interfaces/odbc convert.c parse.c st ...

From
inoue@postgresql.org (Hiroshi Inoue)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    inoue@postgresql.org    02/07/31 23:07:50

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

Log message:
    1) Improve the handling of the queries like (select ..) union (select ..)
    whose first non-space character is '('.
    2) Handle Insert .. () VALUES ().