Anthony Tuininga

Results 351 comments of Anthony Tuininga

Thanks for reporting the issue. I was able to replicate and correct it. I have initated a [build](https://github.com/oracle/python-oracledb/actions/runs/11420594362) from which you can download pre-built wheels once it completes. You can...

This was included in python-oracledb 2.5.0 which was just released.

Thanks, @mauropagano. We will look into this and get back to you.

@mauropagano, the code has been uploaded. I have initiated a [build](https://github.com/oracle/python-oracledb/actions/runs/13382119208) which you can use for testing once it completes. Let us know any feedback you have!

Thanks, @mauropagano. I changed most of those but apparently missed one. I'll get that corrected!

The patches have been uploaded (including support for asyncio with data frames) and a new [build](https://github.com/oracle/python-oracledb/actions/runs/13400501806) has been initiated.

The primary reason is that in my understanding it doesn't make sense to have a cursor which allows for fetching rows natively, then swaps over to fetching Arrow data, then...

> Btw there is a comment in 5.1.9.2 that says pandas.api.interchange.from_dataframe() is zero-copy and unless I'm doing something wrong the call is not zero copy (since you can't have an...

Since this method is called internally during cursor execution, having it changed midstream could make the results difficult to predict. I'll change the documentation to indicate that it is read-only...

The documentation has been updated. Thanks for bringing this to our attention!