Skip to content

parser error with IN condition #472

@kran

Description

@kran

ArcadeDB Version: 22.8.1

JDK Version: 11

OS: macos

Expected behavior

return matched records

Actual behavior

parser error / no record returned

Steps to reproduce

two problems:

  1. multiple items with IN condition: select * from Project where name in ('n1','n2')
    error:
Cannot execute command Encountered " <SELECT> "select "" at line 1, column 1. Was expecting one of: <WHILE> ... <IF> ... <FOREACH> ... ";" ... 
  1. single item with IN condition: select * from Project where name in ('n1'), return nothing, but sql: select * from Project where name = 'n1' return the matched rows.

please just close this issue if problems have fixed in snapshot. I have trouble to compile the master branch version.

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem right

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions