We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the link to the documentation section that needs improving? https://github.com/oracle/python-cx_Oracle/blob/main/doc/src/user_guide/initialization.rst
Describe the confusion There are semicolons after print statements for python code in three places:
print(err); sys.exit(1);
The text was updated successfully, but these errors were encountered:
Thanks for reporting that. These have been removed in the new driver as can be seen here:
https://python-oracledb.readthedocs.io/en/latest/user_guide/initialization.html
I'll make the same changes here!
Sorry, something went wrong.
5cfbb7d
No branches or pull requests
What is the link to the documentation section that needs improving?
https://github.com/oracle/python-cx_Oracle/blob/main/doc/src/user_guide/initialization.rst
Describe the confusion
There are semicolons after print statements for python code in three places:
Remove semicolons and it should be good to go!
The text was updated successfully, but these errors were encountered: