RE: Problem with prepend

2009-04-01 Thread Winarto
Nevermind, as long as there's a workaround, that should be okay J Appreciate your help ;) From: Brandon Goodin [mailto:brandon.goo...@gmail.com] Sent: Wednesday, 1 April 2009 20:07 To: user-java@ibatis.apache.org Subject: Re: Problem with prepend You got me. It is a bug and your code s

Re: Problem with prepend

2009-04-01 Thread Brandon Goodin
You got me. It is a bug and your code should work without this hack. I need to go in and fix the code. The release would likely not be for a while though. Brandon On Wed, Apr 1, 2009 at 1:48 AM, Winarto wrote: > Hi Brandon, > > > > Thanks for your help. Your suggestion works for me. > > > > Yo

Help with HashMap mapping column name with point character

2009-04-01 Thread guillen olmos, angel (ext)
Hello, I have a sqlMap (iBatis version = 2.3.0.677) with a procedure, the results are mapped to a java.util.HashMap (java 1.4.2). It work fine. {call [dbo].[proc_MANTENIMIENTO_SELECT_ConsultaGenerica] ( #usuario:VARCHAR#,

RE: Problem with prepend

2009-04-01 Thread Winarto
Hi Brandon, Thanks for your help. Your suggestion works for me. Your explanation sounds make sense to explain what is happening to my code. However from logical point of view, my original configuration should be correct, right? Or I missed something in the documentation J Cheers, Win