Anthony Tuininga

Results 351 comments of Anthony Tuininga

I haven't seen this behavior myself, but I also don't see anything obviously wrong with your code. Can you supply a full test case? It is possible that the data...

I just tried your script with Python 3.12 and did not notice any difficulties and I ran it multiple times. Asyncio is still relatively new and there have been issues...

@syniex, are you able to replicate this issue consistently? We have been unable to do so, so any help from you on determining what causes the issue would be appreciated....

What is needed is a test case that replicates the issue consistently. It may be very much data related or configuration related. @Subdued5455 provided a script that demonstrated the issue...

I just pushed some changes that *may* address this issue. If you are able to [build from source](https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html#installing-from-source-code) you can see if that is indeed the case. This change will...

FYI, the changes were included in python-oracledb 2.4.0 which was just released. Please do let me know if that release resolves the issue for you!

It is not currently supported. Is what you are requesting relevant to [this post](https://asktom.oracle.com/ords/asktom.search?tag=sqlnetcompression)?

I've pushed a patch that corrects this issue among others in the `oracleb.Cursor` and `oracledb.AsyncCursor` classes. If you are able to [build from source](https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html#installing-from-source-code) you can verify that it works...

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

I have pushed a patch that corrects this issue and have initated a [build](https://github.com/oracle/python-oracledb/actions/runs/11444093675) from which you can download pre-built development wheels once it completes. You can also [build from...