mac-vtl

Results 12 comments of mac-vtl

Hi @codejedi365, facing the exact same issue. I've tried your fix in https://github.com/codejedi365/python-semantic-release/commit/7f65a78ee00fa1493fe12538a821f0d10895f628 and it was able to correctly compute the next version as expected. Do you know when you...

Like so: https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/IFILE.html#GUID-F8AC6FC6-F456-481F-8997-3B0E906BB745

thanks to you! Our DBA team is looking to extend the usage of IFILE to our deployed tnsnames.ora files. Do think that is something that can be added to the...

hi Anthony, I've tried the patch but getting below error: ``` oracledb.exceptions.DatabaseError: DPY-4031: connect string for network service name 'XXXX.WORLD' found in file 'Y:\Oracle\Network\Admin\tnsnames.ora' differs from the same entry in...

I understand this could be seen as an improvement however the problem is that connecting with sqlplus or with python-oracledb have different behaviors whereas we would expect consistency between implementations,...

Do you agree this is a breaking change though? I've tested with a tnsnames.ora file that does not contain the IFILE directive. - in 2.1.2, it works ok - in...

Following up with our DB team. The duplicate entry logic is used as a feature using IFILE where the last entry is the one used to allow for overrides. e.g....

Yes. I confirm it works now ! thank you very much.

not currently setup to build from source but will try to get setup and provide feedback asap. thanks for the quick turnaround.

I can confirm it works as expected. tyvm.