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
Hi everyone,
When using OracleDatabaseWithDefaultDelimiter or OracleDatabase (with char delimiter parameter), it incorrectly splits the SQL statement in my package body. Example attached via linqpad script. I think the best fix would be to make OracleDatabase (with char delimiter parameter) into a string delimiter (and change the inner methods to honor the string delimiter)
Bug
Potential fix
The text was updated successfully, but these errors were encountered:
Hi everyone,
When using OracleDatabaseWithDefaultDelimiter or OracleDatabase (with char delimiter parameter), it incorrectly splits the SQL statement in my package body. Example attached via linqpad script. I think the best fix would be to make OracleDatabase (with char delimiter parameter) into a string delimiter (and change the inner methods to honor the string delimiter)
Bug
Potential fix
The text was updated successfully, but these errors were encountered: