diegomvh / angular-odata

Client side OData typescript library for Angular
https://www.npmjs.com/package/angular-odata
MIT License
50 stars 14 forks source link

Would like library replace single quote in Odata query by default #64

Closed Ipri closed 1 year ago

Ipri commented 2 years ago

Currently it known if in odata query is value with single quotes this will throw server error. For Odata query all single quotes must be replaced with couple single quotes ( O'Reilly -> O''Reilly ). Would like so this will be default behaviour in library query builder but not customer code. image

diegomvh commented 2 years ago

Hi @Ipri Thanks for your issue report. Could you send me a code snippet that I can use to reproduce the quote escaping error?