odata-client-php icon indicating copy to clipboard operation
odata-client-php copied to clipboard

OData Client Library for PHP

Results 55 odata-client-php issues
Sort by recently updated
recently updated
newest added

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

Probably copy/paste from `compileSkip`.

Right now, you cannot pass a handler or other configuration to the Guzzle client. This should be easily done by passing the configuration to the constructor.

Hello, #99 issue is very similar, but was closed with a fix, which actually fixes only #109 , as `contains` refers to comparison within a string, not a list. It...

This documents the return type change that was introduced with version 0.7.0, specifically commit c34498a1c01a3ddac2ff5b5045f72da5cc2d27b9.

Intends to Fix #83 I am not sure about the point of the interfaces. phpDoc comments were clearly wrong about the return type of some functions. I replaced `IODataRequest` with...

I think the wrapKey function is not aware of 64-bit integers ([Edm.Int64](https://www.odata.org/documentation/odata-version-2-0/overview/##Edm.Int64)) with format [-] [0-9]+L. I tried a query with one which generated the filter: $filter=(ID eq '354760000354760L'). Instead,...

`$q->where('field_name', '=', "test'value")->get();` Getting error `{"error":{"code":"BadRequest","message":"There is an unterminated literal at position.........`