1) Improve the handling of the queries like (select ..) union (select ..)

Hiroshi Inoue <inoue@tpf.co.jp>

Commit: 7dfc7e9e8cf7e480948b68e7fbb12577e18e84e4
Author: Hiroshi Inoue <inoue@tpf.co.jp>
Date: 2002-08-01T03:07:50Z
Releases: 7.3.1
1) Improve the handling of the queries like (select ..) union (select ..)
   whose first non-space character is '('.
2) Handle Insert .. () VALUES ().

Files

PathChange+/−
src/interfaces/odbc/convert.c modified +43 −1
src/interfaces/odbc/parse.c modified +5 −0
src/interfaces/odbc/statement.c modified +1 −1