python-pyodata icon indicating copy to clipboard operation
python-pyodata copied to clipboard

Enterprise-ready Python OData client

Results 52 python-pyodata issues
Sort by recently updated
recently updated
newest added

Hello, when we run delete requests in Batch Mode, it raises an exception: ...service.py", line 57, in encode_multipart for hdr, hdr_val in req.get_headers().items(): AttributeError: 'NoneType' object has no attribute 'items'...

bug

https://github.com/mamiksik/python-pyodata/blob/odata-v4/deisgn-doc/TOC.md

@mamiksik @phanak-sap Please, comment in the commit which serves the only purpose to mark exceptions we need to deal with. See the file exceptions.txt and verify I didn't miss any...

This change allows caller to observe technical details (e.g. headers, body, etc.) of http requests that are sent in the background of odata calls.

Place holder

enhancement
V4

I am working on integrating Microsoft Dynamics NAV 2013 R2 with my Python application. My objectives for this integration are: 1. Query all the Sales Orders 2. Create a new...

question

Hi there, Can you please consider a new enhancement to support "upsert" function import coming from SAP SuccessFactors API? Metadata: >FunctionImport< Name="upsert" ReturnType="Collection(SFOData.UpsertResult)" EntitySet="UpsertResult" m:HttpMethod="POST" sap:support-payload="true" >/FunctionImport

enhancement

When binary data is returned in a response, `len` is not sufficient to determine the required buffer size. `getsizeof` has been used instead to provide a more accurate buffer value.

missing tests

I would go in a way that we create an spinoff issue for the `fromisoformat` refactoring in the future (the more standard library the better IMHO, we need only LXML...