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

Insert method will not work

Open SergeyTrifonov opened this issue 6 years ago • 1 comments
trafficstars

https://github.com/saintsystems/odata-client-php/blob/454baac140360b8c534a1cb3f3636cdd5b8c6dcf/src/Query/Builder.php#L967

There is no "compileMethod" method in the interface, as in the class "Grammar".

SergeyTrifonov avatar Oct 01 '19 13:10 SergeyTrifonov

PHP Fatal error: Uncaught Error: Call to undefined method SaintSystems\OData\Query\Grammar::compileInsert() in /srv/projects/php/MYPROJECT/vendor/saintsystems/odata-client/src/Query/Builder.php:982 Same on my end.

tonpascual avatar Feb 09 '21 16:02 tonpascual