You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using 2.1.6. I have an issue that occurs on our production ubuntu boxes. On those, accessing a property of an embeddedmap causes the following error:
Error: com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error on parsing command at position #0: Error parsing query:
select states.1-15-0 from #23:4923
Encountered " <FLOATING_POINT_LITERAL> ".1 "" at line 1, column 20.
Was expecting one of:
<EOF>
<TIMEOUT> ...
<AS> ...
<FETCHPLAN> ...
<LOCK> ...
<LET> ...
<NOCACHE> ...
<PARALLEL> ...
<UNWIND> ...
";" ...
"," ...
<AS> ...
"," ...
The sql command: select states.1-15-0 from #23:4923. If I just run select states from #23:4923, it works fine and I get:
This is the Java version on the servers.
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
Strangely, the same (select states.1-15-0 from #23:1) works just fine on my Windows development server.
Any clues what might be going on?
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the quick response! The backtick quotes works great.
Inteterstingly, without the quotes, it has always worked on my windows server, and used to work since 2.1.0 even on our linux servers. My windows OrientDB version is 2.1.6 as well.
Hi,
I'm using 2.1.6. I have an issue that occurs on our production ubuntu boxes. On those, accessing a property of an embeddedmap causes the following error:
The sql command: select states.1-15-0 from #23:4923. If I just run select states from #23:4923, it works fine and I get:
This is the Java version on the servers.
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
Strangely, the same (select states.1-15-0 from #23:1) works just fine on my Windows development server.
Any clues what might be going on?
Thanks!
The text was updated successfully, but these errors were encountered: