Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

OData functions substring() and replace() don't work with 3 parameters. #27

Closed
mkasberg opened this issue Nov 24, 2015 · 2 comments
Closed

Comments

@mkasberg
Copy link

The following $filter parameters would not be parsed correctly because calls to substring() or replace() with 3 arguments don't work:

"$filter=replace('abcde', 'a', 'b') eq 'bbcde'"
"$filter=substring('abcde', 1, 2) eq 'bc'"

@mkasberg
Copy link
Author

This issue is addressed here: #26

@mkasberg
Copy link
Author

mkasberg commented Apr 9, 2016

#26 was merged, so this is now fixed.

@mkasberg mkasberg closed this as completed Apr 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant