cameronclaero
cameronclaero
Traceback (most recent call last): File "/usr/lib64/python3.11/runpy.py", line 198, in _run_module_as_main return _run_code(code, main_globals, None, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/runpy.py", line 88, in _run_code exec(code, run_globals) File "/home/cameron/.vscode-server/extensions/ms-python.python-2023.16.0/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/__main__.py", line 39, in cli.main()...
It was returning a oracledb.Connection in my tests, of which it would return the right one when using cx_oracle, so I had to go back to using cx_oracle. this was...
@Dsolnik would you also be able to add a fix for https://github.com/agronholm/sqlacodegen/issues/291? In this instance the spaces were are the start and end of the constraint eg `" CAP_RESTRICT_LEVEL IN...