Re: Mapper parsing problem

2010-02-13 Thread Marco Speranza
Hi Clinton, great! this is a good news ;-) tnx very much ciao 2010/2/14 Clinton Begin > K, There were enough people interested, and it only took 10 seconds to add > support for line breaks and tabs etc. into the inline parameters... so I > added it. > > Clinton > > > On Fri, Feb 5, 2010 at 8

Re: Mapper parsing problem

2010-02-13 Thread Clinton Begin
K, There were enough people interested, and it only took 10 seconds to add support for line breaks and tabs etc. into the inline parameters... so I added it. Clinton On Fri, Feb 5, 2010 at 8:45 AM, Marco Speranza wrote: > Hi Clinton, > > I totally agree with you when you speak about format but

Re: Migrator and exit error code

2010-02-13 Thread Marco Speranza
done. http://issues.apache.org/jira/browse/IBATIS-746 thanks a lot ;-) 2010/2/14 Clinton Begin > Absolutely. > > > On Sat, Feb 13, 2010 at 4:21 PM, Marco Speranza < > marco.speranz...@gmail.com> wrote: > >> Hi all, I'm using migrator into a Continuous integration tool, to automate >> and test

Re: Migrator and exit error code

2010-02-13 Thread Clinton Begin
Absolutely. On Sat, Feb 13, 2010 at 4:21 PM, Marco Speranza wrote: > Hi all, I'm using migrator into a Continuous integration tool, to automate > and test our database scripts. The problem is that when one SQL error is > encountered, migrator does not return the error code to the shell, and my CI

Migrator and exit error code

2010-02-13 Thread Marco Speranza
Hi all, I'm using migrator into a Continuous integration tool, to automate and test our database scripts. The problem is that when one SQL error is encountered, migrator does not return the error code to the shell, and my CI tool does not report correctly the error. Yesterday night I've made a litt