lorenzo.ciolfi
2013-03-07 14:49:06 UTC
When undoing a checkout of a package body using Toad & Subversion with a package that contions ampersands and set define turned off the text after the ampersand is being changed to upper case.
For example:
cCCS_REQUEST := cCCS_REQUEST ||'&credit_exp=30&country=Canada&term='||TO_CHAR(nContract_Term);
is changed to :
cCCS_REQUEST := cCCS_REQUEST ||'&CREDIT_EXP=30&COUNTRY=Canada&TERM='||TO_CHAR(nContract_Term);
Anyone know how to get around this?
Thanx
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/toad/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/toad/join
(Yahoo! ID required)
<*> To change settings via email:
toad-***@yahoogroups.com
toad-***@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
toad-***@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
For example:
cCCS_REQUEST := cCCS_REQUEST ||'&credit_exp=30&country=Canada&term='||TO_CHAR(nContract_Term);
is changed to :
cCCS_REQUEST := cCCS_REQUEST ||'&CREDIT_EXP=30&COUNTRY=Canada&TERM='||TO_CHAR(nContract_Term);
Anyone know how to get around this?
Thanx
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/toad/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/toad/join
(Yahoo! ID required)
<*> To change settings via email:
toad-***@yahoogroups.com
toad-***@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
toad-***@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/