Anthony Tuininga

Results 351 comments of Anthony Tuininga

Most installations have setuptools already present, which probably explains why we didn't notice that. I can add another line in the instructions to ensure that setuptools is present when using...

It was the same problem and had the same solution. I've pushed that patch as well.

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

It isn't supported in thin mode, either, so that needs to be done first. We will add it to the list of things to implement.

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

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

Can this feature be implemented? The ".metadata" files now account for nearly half of all downloads!

@Ritwikcp-ctrl , cx_Oracle is obsolete and has been replaced by the [python-oracledb](https://github.com/oracle/python-oracledb) driver. If you want to add such an enhancement, please do so for that driver!

Thin mode (the default) does not support NNE currently. You have to use thick mode. node-oracledb 4.2.0 only had thick mode but node-oracledb 6.5.1 uses thin mode by default, so...

I tried a similar script in python-oracledb and see a similar increase in memory. It appears to be an issue with the Oracle Client libraries (or my understanding of it...