Anthony Tuininga

Results 351 comments of Anthony Tuininga

The main reason is that simply disconnecting the socket is guaranteed whereas sending the LogOff request may result in a hang -- which could impact the pool negatively. What do...

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

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

It wouldn't have worked in thin mode at any time, but it would have (and still does) work in thick mode. The main reason it wouldn't have worked in thin...

I presume that removeing the `//` resolves the issue for you? It is possible that it stopped working when the improved regex was introduced (to resolve a different issue). You're...

I have pushed a patch that corrects 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 verify that it works for you, too.

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

I have pushed a patch that corrects 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 verify that it works for you, too.

This should be included in version 2.3 which is scheduled for sometime in the next few weeks. The exact timeframe is unknown at this point, though!