pofider / node-simple-odata-server

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

More error handling! #13

Open pickworth opened 9 years ago

pickworth commented 9 years ago

fixes bug with sometimes getting 500 error response when doing ?$top=1 query

pofider commented 9 years ago

If the query.$select is not evaluated to true, it should skip the for loop, therefore I don't get the added condition. Can you explain?