-
-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
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:
- 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> ... ";" ...
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right