You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python module oracle_sql does in line 232 a split using sqldelim as delimeter:
232: sql = sqlfile.split(sqldelim)
This split does not care for quoted strings.
It is needed to fix this in order to be able to process sql files containing / or ; characters inside quoted blocks.
I have a fix available and can make a PR in a bit.
The text was updated successfully, but these errors were encountered:
bartowl
added a commit
to bartowl/ansible-oracle
that referenced
this issue
Sep 23, 2021
The python module oracle_sql does in line 232 a split using sqldelim as delimeter:
This split does not care for quoted strings.
It is needed to fix this in order to be able to process sql files containing
/
or;
characters inside quoted blocks.I have a fix available and can make a PR in a bit.
The text was updated successfully, but these errors were encountered: