OrientDB-NET.binary icon indicating copy to clipboard operation
OrientDB-NET.binary copied to clipboard

The Exception is not explicitly clear enough for debugging

Open HuangKBAaron opened this issue 7 years ago • 1 comments

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()));

HuangKBAaron avatar Mar 15 '17 08:03 HuangKBAaron

This seems like a reasonable request. I will look into implementing it with the new binary driver.

realityenigma avatar Apr 14 '17 04:04 realityenigma