Re: ScriptRunner question

2009-07-02 Thread Matthias Paul
: Clinton Begin clinton.be...@gmail.com An: user-java@ibatis.apache.org Betreff: Re: ScriptRunner question No, but in iBATIS 3 there is. :-) It looks to me that in the example below, you possibly didn't setFullLineDelimiter(true); There's a difference in parsing if the delimiter is the whole line

Re: ScriptRunner question

2009-06-27 Thread Matthias Paul
@ibatis.apache.org Betreff: Re: ScriptRunner question ScriptRunner isn't really a supported feature of iBATIS. It's meant for utilities and unit tests only. Its API may change significantly in the future without warning. Clinton On Thu, Jun 25, 2009 at 12:47 PM, slaye...@gmx.de wrote: Hello

Re: ScriptRunner question

2009-06-27 Thread Clinton Begin
@ibatis.apache.org Betreff: Re: ScriptRunner question ScriptRunner isn't really a supported feature of iBATIS. It's meant for utilities and unit tests only. Its API may change significantly in the future without warning. Clinton On Thu, Jun 25, 2009 at 12:47 PM, slaye...@gmx.de wrote: Hello

ScriptRunner question

2009-06-25 Thread slayer81
Hello! Using iBatis 2.3.4.726. Had some problems with transfering a SQL script (a Oracle package) to Oracle database with iBatis' ScriptRunner. The SQL script file looked smth like this: -- MYPACKAGE package specification create or replace package MYPACKAGE as -- commentary here

Re: ScriptRunner question

2009-06-25 Thread Clinton Begin
ScriptRunner isn't really a supported feature of iBATIS. It's meant for utilities and unit tests only. Its API may change significantly in the future without warning. Clinton On Thu, Jun 25, 2009 at 12:47 PM, slaye...@gmx.de wrote: Hello! Using iBatis 2.3.4.726. Had some problems with