Hi Claudio, We need more time to investigate this case, I have created issue which we are going to fix https://github.com/orientechnologies/orientdb/issues/2044
On Sun, Feb 16, 2014 at 11:53 AM, Claudio <[email protected]> wrote: > Hi, > some statements just don't return the expected result, with no errors. > Two of them raise exceptions: > this is the first one: > > Caused by: > com.orientechnologies.orient.core.exception.OCommandExecutionException: > Error on execution of command: *sql.select expand(players) from games* > at > com.orientechnologies.orient.core.storage.OStorageEmbedded.executeCommand(OStorageEmbedded.java:102) > at > com.orientechnologies.orient.core.storage.OStorageEmbedded.command(OStorageEmbedded.java:85) > at > com.orientechnologies.orient.core.sql.query.OSQLQuery.run(OSQLQuery.java:69) > at > com.orientechnologies.orient.core.sql.query.OSQLSynchQuery.run(OSQLSynchQuery.java:82) > at > com.orientechnologies.orient.core.query.OQueryAbstract.execute(OQueryAbstract.java:29) > ... 26 more > Caused by: java.lang.ClassCastException: > com.orientechnologies.orient.core.db.record.OTrackedMap cannot be cast to > com.orientechnologies.orient.core.d > b.record.OIdentifiable > at > com.orientechnologies.orient.core.sql.OCommandExecutorSQLResultsetAbstract.getResult(OCommandExecutorSQLResultsetAbstract.java:163) > at > com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect.execute(OCommandExecutorSQLSelect.java:340) > at > com.orientechnologies.orient.core.sql.OCommandExecutorSQLDelegate.execute(OCommandExecutorSQLDelegate.java:57) > at > com.orientechnologies.orient.core.storage.OStorageEmbedded.executeCommand(OStorageEmbedded.java:96) > ... 30 more > > and this is the second one: > Caused by: > com.orientechnologies.orient.core.exception.OCommandExecutionException: > Error on execution of command:* sql.select from games where ( > players[username="[email protected] <[email protected]>"] )* > at > com.orientechnologies.orient.core.storage.OStorageEmbedded.executeCommand(OStorageEmbedded.java:102) > at > com.orientechnologies.orient.core.storage.OStorageEmbedded.command(OStorageEmbedded.java:85) > at > com.orientechnologies.orient.core.sql.query.OSQLQuery.run(OSQLQuery.java:69) > at > com.orientechnologies.orient.core.sql.query.OSQLSynchQuery.run(OSQLSynchQuery.java:82) > at > com.orientechnologies.orient.core.query.OQueryAbstract.execute(OQueryAbstract.java:29) > ... 26 more > Caused by: java.lang.ClassCastException: > com.orientechnologies.orient.core.db.record.OTrackedMap cannot be cast to > java.lang.Boolean > at > com.orientechnologies.orient.core.sql.OCommandExecutorSQLResultsetAbstract.evaluateRecord(OCommandExecutorSQLResultsetAbstract.java:317) > at > com.orientechnologies.orient.core.sql.OCommandExecutorSQLResultsetAbstract.filter(OCommandExecutorSQLResultsetAbstract.java:310) > at > com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect.executeSearchRecord(OCommandExecutorSQLSelect.java:401) > at > com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect.executeSearch(OCommandExecutorSQLSelect.java:364) > at > com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect.execute(OCommandExecutorSQLSelect.java:333) > at > com.orientechnologies.orient.core.sql.OCommandExecutorSQLDelegate.execute(OCommandExecutorSQLDelegate.java:57) > at > com.orientechnologies.orient.core.storage.OStorageEmbedded.executeCommand(OStorageEmbedded.java:96) > ... 30 more > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Best regards, Andrey Lomakin. Orient Technologies the Company behind OrientDB -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
