Page 1 of 1

Trying to match SQLPlus's string literal line break behavior

Posted: Tue 05 Apr 2011 13:38
by MarkF
It appears that the TOCICommand.RemoveCRSymbols function keeps CRLF pairs inside string literals. SQLPlus replaces these with just LF and I'd like to match that behavior. Is there anyway to do this without editing the source code? Thanks for any help.

-Mark Ford
Benthic Software

Posted: Tue 05 Apr 2011 13:40
by MarkF
Oops! I found the RemoveCRInStringLiterals global variable about 3 seconds after posting. My issue looks to be solved!

-Mark

Posted: Wed 06 Apr 2011 07:07
by AlexP
Hello,

Glad to see that you solved the problem.