Re: MSSQL, schema migrations format issue

2010-03-29 Thread chris oberle
Looks like this took care of it. Thanks a million! - Chris On Sun, Mar 28, 2010 at 8:55 PM, Clinton Begin wrote: > Okay, I've just committed a change to preserve newline characters in > scripts. > > You can wait for the next release, but I recommend trying it with the trunk > build. > > It's a

Re: MSSQL, schema migrations format issue

2010-03-28 Thread Clinton Begin
Okay, I've just committed a change to preserve newline characters in scripts. You can wait for the next release, but I recommend trying it with the trunk build. It's a piece of cake... Check out: http://svn.apache.org/repos/asf/ibatis/java/ibatis-3/trunk/ Run: mvn assembly:assembly 1 minute an

Re: MSSQL, schema migrations format issue

2010-03-28 Thread Clinton Begin
Okay, then yes, it's migrations stripping the newlines. I'll have a look and see if I can add an option to not do so. Clinton On Sun, Mar 28, 2010 at 12:14 PM, chris oberle wrote: > Hi Clinton, > > I'm referring to the SQL Server Management Console. Our DBA's use it along > with a bunch of int

Re: MSSQL, schema migrations format issue

2010-03-28 Thread chris oberle
Hi Clinton, I'm referring to the SQL Server Management Console. Our DBA's use it along with a bunch of integrated Visual Studio packages. The DBA's are pretty particular about the text formatting on procedures and view definitions because they ultimately have to support them. When I use schema

Re: MSSQL, schema migrations format issue

2010-03-26 Thread Clinton Begin
What do you mean view in your console? Clinton On Thu, Mar 25, 2010 at 10:03 AM, chris oberle wrote: > Hello, > > I have a keen interest in using Ibatis Schema MIgrations but am having an > issue and am hoping someone can tell me if there is anything I can do about > it. > > For some reason, whe

MSSQL, schema migrations format issue

2010-03-25 Thread chris oberle
Hello, I have a keen interest in using Ibatis Schema MIgrations but am having an issue and am hoping someone can tell me if there is anything I can do about it. For some reason, when I use the system to define my stored procedures and views, the text formatting is not preserved. In other words,