enabled List and Set previously deactivated
This commit is contained in:
parent
8e4f173917
commit
8f701c10a5
|
@ -362,12 +362,12 @@ public class TypeManagement {
|
||||||
*/
|
*/
|
||||||
if(!typeList.contains(type.getName())) {
|
if(!typeList.contains(type.getName())) {
|
||||||
switch(propertyTypeName.getBaseType()) {
|
switch(propertyTypeName.getBaseType()) {
|
||||||
case LIST:
|
// case LIST:
|
||||||
throw new UnsupportedDataTypeException(OType.EMBEDDEDLIST
|
// throw new UnsupportedDataTypeException(OType.EMBEDDEDLIST
|
||||||
+ " support is currently disabled due to OrientDB bug see https://github.com/orientechnologies/orientdb/issues/7354");
|
// + " support is currently disabled due to OrientDB bug see https://github.com/orientechnologies/orientdb/issues/7354");
|
||||||
case SET:
|
// case SET:
|
||||||
throw new UnsupportedDataTypeException(OType.EMBEDDEDSET
|
// throw new UnsupportedDataTypeException(OType.EMBEDDEDSET
|
||||||
+ " support is currently disabled due to OrientDB bug see https://github.com/orientechnologies/orientdb/issues/7354");
|
// + " support is currently disabled due to OrientDB bug see https://github.com/orientechnologies/orientdb/issues/7354");
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue