pofider / node-simple-odata-server

Simple OData server for node.js
MIT License
97 stars 60 forks source link

Add Nullable to model #39

Closed rwilson504 closed 4 years ago

rwilson504 commented 4 years ago

I have an application which requires that I add the Nullable attribute for some properties such as a key field. I added in the ability to set a nullable attribute in the model which will create the attribute in the Property node if it's there.

pofider commented 4 years ago

Thank you, let me know if you need NPM release...