labd / commercetools-python-sdk

Commercetools Python SDK
https://commercetools-python-sdk.readthedocs.io/en/latest/
MIT License
17 stars 16 forks source link

Single quotes are allowed for values during testing #69

Open davidweterings opened 4 years ago

davidweterings commented 4 years ago

Commercetools does not like single quotes around values. F.e. createdAt >= '2019-09-09' does not work, but does in our testing framework.

Low prio issue imo :P. PoC fix: https://github.com/labd/commercetools-python-sdk/compare/feature/bugfix-malformed-where?expand=1