Re: ScriptRunner question

2009-06-27 Thread Clinton Begin
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

Re: ScriptRunner question

2009-06-27 Thread Matthias Paul
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

Oracle CHAR(1) mapping as Input

2009-06-27 Thread Vaas
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