Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enter whitespace not work properly #14

Closed
ghost opened this issue Oct 9, 2013 · 0 comments
Closed

Enter whitespace not work properly #14

ghost opened this issue Oct 9, 2013 · 0 comments
Assignees
Milestone

Comments

@ghost
Copy link

ghost commented Oct 9, 2013

In new Orientdb Studio
When I execute query:

select from 
(select from User where @rid=#27:0) <----------------------Space is here
let $viewer = (select from User where @rid=#27:0)

everything is OK and I receive:

Query executed in 0.024 sec. Returned 1 record(s)

But when I remove Space here:

select from 
(select from User where @rid=#27:0)<---------------------no Space here
let $viewer = (select from User where @rid=#27:0)

I get error:

com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error on parsing command at position #53: Invalid keyword '$VIEWER' Command: select from (select from User where @rid=#27:0) let $viewer = (select from User where @rid=#27:0) 

It looks like Enter is not equals to Space (but it should, because both are whitespaces). Could you check it? In old Studio everything is fine in both cases.

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

No branches or pull requests

2 participants