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.
Cheers,
Clinton
On Sat, Jun 27, 2009 at 1:29 PM, Matthias Paul wrote:
> Thank you for your reply, Cli
Thank you for your reply, Clinton :)
Is there another supported way to transfer scripts to database yet? Or isnt
iBatis meant to do such tasks?
Paule
Original-Nachricht
> Datum: Thu, 25 Jun 2009 18:11:16 -0600
> Von: Clinton Begin
> An: user-java@ibatis.apache.org
> Betreff
Hello,
Friends, I am having difficulty in mapping a column - CHAR(1) which I need
as input for a stored procedure.
I have tried various combinations.
jdbcType = CHAR, Javatype= java.lang.Character - Throws null pointer
exception.
jdbcType = CHAR, Javatype= java.lang.String - Does not work
jdb