tuomur / python-odata

A simple library for read/write access to OData services
MIT License
79 stars 59 forks source link

When using RAW, Questionmark (?) is added #53

Open onephen0m opened 3 years ago

onephen0m commented 3 years ago

Hello. I would like to address this issue as I cannot find any solution to it.

I call function raw, like this: Service.query(entity).raw("('ID')") And it keeps creating request url like this: /odata/Products?('ID')

Using .get is not an option as .get uses filter on get-all which I dont have implemented!