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
orientdb {db=test}> create class test extends V
Class created successfully. Total classes in database now: 12.
orientdb {db=test}> create property test.ed embeddedlist decimal
Property created successfully with id=1.
orientdb {db=test}> insert into test set ed= [5,null,5]
Inserted record 'test#22:1{ed:[3]} v1' in 0,002000 sec(s).
orientdb {db=test}> insert into test CONTENT {"ed": [5,null,5]}
Error: com.orientechnologies.orient.core.exception.ODatabaseException: Error during saving of record with rid #23:-1
DB name="test"
DB name="test"
Error: com.orientechnologies.orient.core.exception.ODatabaseException: Error on saving record in cluster #23
DB name="test"
Error: java.lang.ClassCastException
orientdb {db=test}> create property test.ef embeddedlist float
Property created successfully with id=3.
orientdb {db=test}> insert into test CONTENT {"ef": [5,null,5]}
Inserted record 'test#22:2{ef:[3]} v1' in 0,002000 sec(s).
The text was updated successfully, but these errors were encountered:
the same behaviour with properties date and datetime
orientdb {db=test}> create property test.edate embeddedlist date
Property created successfully with id=4.
orientdb {db=test}> insert into test CONTENT {"edate": ["2016-05-01"]}
Error: com.orientechnologies.orient.core.exception.ODatabaseException: Error during saving of record with rid #22:-1
DB name="test"
DB name="test"
Error: com.orientechnologies.orient.core.exception.ODatabaseException: Error on saving record in cluster #22
DB name="test"
Error: java.lang.ClassCastException
orientdb {db=test}> create property test.edt embeddedlist datetime
Property created successfully with id=5.
orientdb {db=test}> insert into test CONTENT {"edt": ["2016-05-01 12:30:30"]}
Error: com.orientechnologies.orient.core.exception.ODatabaseException: Error during saving of record with rid #23:-1
DB name="test"
DB name="test"
Error: com.orientechnologies.orient.core.exception.ODatabaseException: Error on saving record in cluster #23
DB name="test"
Error: java.lang.ClassCastException
OrientDB Version, operating system, or hardware.
Operating System
Steps to reproduce the problem
orientdb {db=test}> create class test extends V
Class created successfully. Total classes in database now: 12.
orientdb {db=test}> create property test.ed embeddedlist decimal
Property created successfully with id=1.
orientdb {db=test}> insert into test set ed= [5,null,5]
Inserted record 'test#22:1{ed:[3]} v1' in 0,002000 sec(s).
orientdb {db=test}> insert into test CONTENT {"ed": [5,null,5]}
Error: com.orientechnologies.orient.core.exception.ODatabaseException: Error during saving of record with rid #23:-1
DB name="test"
DB name="test"
Error: com.orientechnologies.orient.core.exception.ODatabaseException: Error on saving record in cluster #23
DB name="test"
Error: java.lang.ClassCastException
orientdb {db=test}> create property test.ef embeddedlist float
Property created successfully with id=3.
orientdb {db=test}> insert into test CONTENT {"ef": [5,null,5]}
Inserted record 'test#22:2{ef:[3]} v1' in 0,002000 sec(s).
The text was updated successfully, but these errors were encountered: