Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edm.Binary property type is de facto a boolean #12

Open
PandaWhisperer opened this issue Feb 20, 2018 · 0 comments
Open

Edm.Binary property type is de facto a boolean #12

PandaWhisperer opened this issue Feb 20, 2018 · 0 comments

Comments

@PandaWhisperer
Copy link

The OData Edm.Binary datatype, according to the specification, stores an arbitrary Base64-encoded string of binary data.

The current implementation only handles as single 1 or 0, making it in fact more like Edm.Boolean (except without supporting the true and false literals).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant