htammen / n-odata-server

Node.js OData Server
http://htammen.github.io/n-odata-server/
MIT License
84 stars 21 forks source link

Improved request id datatype handling #5

Closed johannesrue closed 8 years ago

johannesrue commented 8 years ago

Hi,

we improved the id request handling. The datatype of the request id is now compared with the model. So the issue with a hanging request when entering the id surrounded by quotes is now fixed as well.

Regards Johannes