Adam Anderly
Adam Anderly
Unable to repro.
Unable to repro.
Looks like you're missing a single quote after `'field_name`
You may need to escape your single quote using `\'`. Example: `$q->where('field_name', '=', "test\'value")->get();`
Available in [Release 0.7.3](../releases/tag/0.7.3)
@gRegorLove, But you should be able to do 354760000354760 without the L suffix. ```php $client->from('EntitySet')->whereKey(354760000354760); ``` Let me know if that doesn't work.
Can you share the usage when you encountered this error?
We haven't added to packagist yet. You can install via composer from GitHub. Or you can check out our alternative, more generic odata-client project here which can also be used...
@shawnhooper, Since this project appears to be dead, I have forked it here: https://github.com/saintsystems/disable-user-login and re-released it here: https://wordpress.org/plugins/disable-user-login/ I have already incorporated some of the changes from PRs listed...
@num3r06 ah, good question! I'm looking into this and will let you know.