00
> Von: Clinton Begin
> 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
> > An: user-java@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 wit
pache.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,
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, wrote:
> Hello!
>
> Using iBatis 2.3.4.726.
> Had some problems with transfering a SQ
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
procedure