Peter Brockamp

Results 8 comments of Peter Brockamp

THX for replying and sorry for commenting late! This sounds like a good approach, I will test this ASAP (but will take some time, my schedule as usual is full)....

Aliases are not supported by the master. I have however implemented Aliases in my fork, maybe you want to try that? You can clone it from here: https://github.com/PBRCW/odatacpp-client

What you suggested has been done in the fork I made (because I had the same need). You can clone it from here: https://github.com/PBRCW/odatacpp-client

What precisely do you mean by this? I have solved a problem with exceptions, parallel execution (via pplx) and more exceptions when you have not picked the results of a...

The code generation files have been fixed and improved in the fork I made. Maybe you want to try that? You can clone it here: https://github.com/PBRCW/odatacpp-client

If you mean "replace U(...) by XPLATSTR(...) in the library this has been done in my fork. You might clone it here: https://github.com/PBRCW/odatacpp-client

Yep, IMHO this is a bug. This has been fixed in my fork, maybe you want to try that? You can cone it here: https://github.com/PBRCW/odatacpp-client

Hello Michael, The background: I needed a C++ solution for REST/OData an this library was the only one I found. So I took this and after some fiddling I found...