RE: Subversion Changing Oracle Variables to Uppercase
Stephen Beausang <[email protected]> Thu, 7 Mar 2013 16:11:21 +0000
| Newsgroups | gmane.comp.db.oracle.toad.free |
|---|---|
| Message-ID | <87842ED9F185434DBFBB6BDF630A3C2232FAB0EB@ALVMBXW02.prod.quest.corp> |
I have tested this in 11.6 and can't seem to make it happen. I have tried both checkout/undo checkout and checkout, modify, compile, check in. I'm not convinced it is a Team Coding issue, though open to suggestions. I do not think it is coming from Subversion. As Norm says, SVN does not mess with capitalizing etc. Team Coding uses a very basic parser to swap out Schema names and the like. This appears to totally ignore case. ..but it does appear to force the schema name to upper case if it is swapping schemas. As far I can tell , this is not what is happening here. Stephen From: [email protected] [mailto:[email protected]] On Behalf Of Norman Dunbar Sent: Thursday, March 07, 2013 10:44 AM To: [email protected] Subject: Re: [toad] Subversion Changing Oracle Variables to Uppercase On 07/03/13 14:49, lorenzo.ciolfi wrote: > 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? Just a thought, does the same happen when you undo a change outside of Toad? I'd have thought that Subversion would simply return the file to the previous state and not mess about capitalising stuff. -- Cheers, Norm. [TeamT]