Closed M4X1K02 closed 1 year ago
I can replicate the problem and will look into why it is occurring. Thanks for the report!
I have pushed a patch that should correct this issue and added a relevant test case. If you are able to build from source you can verify that it corrects your issue as well.
It works now, thank you very much!
platform.platform: Windows-10-10.0.19044-SP0 sys.maxsize > 2**32: True platform.python_version: 3.10.9 oracledb.version: 1.3.0b1 database version: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production, Version 19.3.0.0.0
In Thin-mode it is a hang.
The program below hangs in Thin-mode , while it passes in Thick-mode. This seems to be linked to
setinputsizes
, since changing the order in which the items are updated either hangs the program or passes. I assume the input size for the attributes is set by the first batch, so if the second batch exceeds the size, it hangs and unfortunately does not give back an error. I also tried this with regular SQL, which worked just fine.No.
Python example:
SQL: