python-odata icon indicating copy to clipboard operation
python-odata copied to clipboard

When using RAW, Questionmark (?) is added

Open onephen0m opened this issue 3 years ago • 0 comments

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!

onephen0m avatar Apr 14 '21 16:04 onephen0m