OrientDB-NET.binary
OrientDB-NET.binary copied to clipboard
The Exception is not explicitly clear enough for debugging
It was really took me a long time to feature out lib doesn't support System.UInt32, because of line 164 of \src\OrientDB-Net.binary.Innov8tive\Protocol\Serializers\RecordCSVSerializer.cs
throw new NotImplementedException();
It might be better to indicate the type inforamtion, like
throw new NotImplementedException(String.Format("type '{1}' of value '{0}' doesn't supported.", value, value.GetType()));
This seems like a reasonable request. I will look into implementing it with the new binary driver.