simplefx / Simple.OData

36 stars 213 forks source link

Incorrect handling of Nullable #5

Closed richardod closed 11 years ago

richardod commented 11 years ago

If you use the Northwind OData example, you will find that the ReportsTo property returns nullable as False in your library, when in fact it is true. The code should be changed so that if the Nullable attribute is missing, it defaults to true as per this spec:

http://www.odata.org/documentation/odata-v3-documentation/common-schema-definition-language-csdl/#531_The_edmNullable_Attribute

object commented 11 years ago

Thank you, working on this one.

object commented 11 years ago

Fixed in Simple.OData.Client, will be released in v.0.16.1.