Ilia Naryzhny
Ilia Naryzhny
### OrientDB Version: 3.1.5 ### Java Version: 8 Imagine OClass with at least 2 properties: link (OType.LINK) and linklist (OType.LINKLIST). Previously (in OrientDB v2) the following 2 prepared statements will...
### OrientDB Version: 3.1.5 ### Java Version: 8 ### OS: any ## Expected behavior Creation of new OClass if it doesn't exist should be successful and no storage level errors...
For an unknown reasons, OK signature was using URL decode while the actual value is already decoded. It leads to the situation when value indeed contains special symbols that can...
Hello, Rafael, Please consider the following test case: ```java @Test public void testDelegation2() throws Exception { DelegateMe obj = new DelegateMe(100); assertEquals(100, obj.getNumber()); assertEquals(101, obj.getNumberPlusOneWithMethod()); assertEquals(101, obj.getNumberPlusOneDirect()); DynamicType.Loaded loaded =...
Most probably it's happening due to unsufficient filtering during trying to find good property for first column.  
