Skip to content
New issue

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

oracledb thin client - better support executing SQL script files #176

Closed
amochin opened this issue Jun 7, 2023 · 1 comment
Closed

oracledb thin client - better support executing SQL script files #176

amochin opened this issue Jun 7, 2023 · 1 comment
Assignees
Milestone

Comments

@amochin
Copy link
Collaborator

amochin commented Jun 7, 2023

I had some issues execution long SQL scripts with an Oracle DB using the "Connect Using Custom Params" keyword and the python oracledb module (see #173 for a connection example).
Unfortunately I can't tell exactly anymore, what it was.
Anyway there should be more tests and better support for running longer SQL scripts - at least in the native support for the oracledb thin client (planned for future).
Here are the oracle docs about it:
https://python-oracledb.readthedocs.io/en/latest/user_guide/sql_execution.html

@amochin amochin self-assigned this Jul 11, 2023
@amochin amochin added this to the v1.3.0 milestone Jul 11, 2023
@amochin
Copy link
Collaborator Author

amochin commented Jul 11, 2023

Parsing the SQL script files was pretty much improved in 46d6120.
In case of particular troubles a new issue should be opened.

@amochin amochin closed this as completed Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant