orientechnologies / OrientDB.Net

OrientDB .Net Core core modules solution.
4 stars 7 forks source link

DictionaryOrientDBEntity.GetItem behaves differently to ODocument.GetField. #23

Open holocentric-bmsnext opened 6 years ago

holocentric-bmsnext commented 6 years ago

DictionaryOrientDBEntity.GetItem<List>(itemName) returns null in the new driver. In the current driver it initialises the List and adds it to ODocument. We had to make an extra check for this in our code. This is a divergence from the functionality in the current driver.