saintsystems / odata-client-php

OData Client Library for PHP
MIT License
141 stars 103 forks source link

Passthrough raw values without it being stringified #156

Closed kinekt4 closed 3 months ago

kinekt4 commented 3 months ago
kinekt4 commented 3 months ago
kinekt4 commented 3 months ago
kinekt4 commented 3 months ago

A solution was found and this is no longer required.

whereKey($guid) is the (undocumented) method that I was looking for:

$item = $odataClient->from('Item')->whereKey('ec11-80f1-0022489308a6')->get();