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)
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