]> granicus.if.org Git - postgresql/commit
1) Improve the handling of the queries like (select ..) union (select ..)
authorHiroshi Inoue <inoue@tpf.co.jp>
Thu, 1 Aug 2002 03:07:50 +0000 (03:07 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Thu, 1 Aug 2002 03:07:50 +0000 (03:07 +0000)
commit7dfc7e9e8cf7e480948b68e7fbb12577e18e84e4
treeee67e41f0668736b54c25f45d55c46e5a7532956
parentce7565ab91100747d250ef67d72af5c1b01150d4
1) Improve the handling of the queries like (select ..) union (select ..)
   whose first non-space character is '('.
2) Handle Insert .. () VALUES ().
src/interfaces/odbc/convert.c
src/interfaces/odbc/parse.c
src/interfaces/odbc/statement.c