Skip to content

Conversation

skylark-nam
Copy link

Hi, Oracle expressions are possible. expression IN value1

ex) select 1 from dual where a in 1

@coveralls
Copy link

coveralls commented Jul 1, 2018

Coverage Status

Coverage remained the same at 86.099% when pulling 193a80d on skylark-nam:master into ffbf96e on JSQLParser:master.

@wumpz
Copy link
Member

wumpz commented Jul 2, 2018

I have two problems with this commit:

  1. something like "in ( expr" would be accepted. If there is an opening parenthesis there must be a closing one. I know it is not yet done for all of JSqlParser, but it should.
  2. The deparser should reconstruct exactly the same statement from the parse tree. But without any change, it would forget the parenthesis.

@manticore-projects
Copy link
Contributor

Obsolete now, since I accidentally implemented this somewhere down the 4.7 Snapshot (reworking ExpressionList).
You can test it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants