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)
commit7c774b482f51db2e9548d461c4c6bc17c95602a0
tree63bb6c347a1037808340e1d57a2139e3e1e233d8
parent5801d0c4ce6fa59e635e72055593ddda815e01d7
1) Improve the handling of the queries like (select ..) union (select ..)
   whose first non-space character is '('.
2) Handle Insert .. () VALUES ().
convert.c
parse.c
statement.c