Alex Nadalin
Alex Nadalin
hey @pulciux, would you be able to reproduce the issue in a test? `?` is used to to run sort of [prepared statements](https://github.com/doctrine/orientdb-odm/blob/master/test/Doctrine/OrientDB/Query/CommandTest.php#L103) so that might be the problem
could you add the failing test case to the test suite? Im happy to look into it if you could add an initial failing test
Can you check if using urlencode in the `toJson` method would solve the issue?
thanks @nrk for the deep analysis :)
hi @rosenjon, thanks for the PR! What about adding the test cases and changing the code a bit to follow the coding standards? Cheers!
hi @rosenjon, would you be able to fix /provide the required testcases?
yep! You can see that the build on travis ci is [failing](https://travis-ci.org/doctrine/orientdb-odm/jobs/4950338), any idea what it could be?
can you please paste your entity?
@alexbusta79 let us know if this solves your issue