Re: Multiple parameters in sqlmap parameters.

2009-06-01 Thread Jeff Stahl
Actually, the easiest way to handle the same thing is to put both parameters into a Map (HashMap works nicely), and pass the Map as the single parameter that iBATIS methods take. Hope This Helps, Jeff Stahl NathanM wrote: Please excuse me if this turns out to be a dumb question. Is it

Re: XSL transformation

2009-01-28 Thread Jeff Stahl
Doesn't matter if it's actually useful for anybody or not. Nice!! Jeff Stahl Trenton D. Adams wrote: Hi Everyone, I'm not sure if this is useful for you or not. But, I created an XSL file to transform iBatis configurations into beans and SQL fragments into full SQL

Re: [VOTE] Should iBATIS support SQLJ?

2009-01-23 Thread Jeff Stahl
+5 - Definitely. I'd vote higher, as SQLJ support is long overdue for open source DBs, but the sooner the better. Perfect, and thank you for getting on this. Jeff Stahl Clinton Begin wrote: Hi everyone, A group of developers have approached us with a contribution of code to patch i

Re: [ANNOUNCE] Ibator Version 1.2.1 Available

2008-12-23 Thread Jeff Stahl
Cool. Thanks. Jeff Stahl Jeff Butler wrote: Online Ibator documentation has a "What's New" page here: http://ibatis.apache.org/docs/tools/ibator/whatsNew.html For the Eclipse plugin, documentation is integrated into the Eclipse help system. You can read the release notes

Re: [ANNOUNCE] Ibator Version 1.2.1 Available

2008-12-23 Thread Jeff Stahl
Anywhere we can find a list of new features? Jeff Stahl Clinton Begin wrote: Yeah, it's going well. But my new job is eating my time like crazy. It's getting dangerously close to an alpha release though! Cheers, Clinton On Tue, Dec 23, 2008 at 10:32 AM, Jeff Butler <ma

Re: Passing NULL as a parameter to a Stored Procedure

2008-11-19 Thread Jeff Stahl
d for you. I'd decided to use normal parameterMaps because I felt they gave me more flexibility than the inline variety as the obvious cost of greater complexity. Sorry I'm not of better help here. Jeff Stahl raulvk wrote: Hi Jeff, Many thanks for the suggestion. I will try using a P

Re: Passing NULL as a parameter to a Stored Procedure

2008-11-18 Thread Jeff Stahl
We've actually found in the FEMA project I designed and built that using a parameter map for this (instead of inline parameters) helps a lot. Couldn't think of a way to manage nulls using the inline stuff. Jeff Stahl raulvk.soa wrote: Hi guys, We are invoking a Stored Proce

Re: Really Weird Oracle REF Cursor Behavior

2008-08-13 Thread Jeff Stahl
projects using the same approach. Jeff Stahl Clinton Begin wrote: It shouldn't... :-/ Can you provide a failing test case? On Tue, Aug 12, 2008 at 3:57 PM, Jeff Stahl <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: iBATIS seems to have a problem with handling RefCu

Re: Really Weird Oracle REF Cursor Behavior

2008-08-12 Thread Jeff Stahl
hed into an out parameter) works best. Hope This Helps, Jeff Stahl Ian Zabel wrote: Hello, Using the latest build of iBATIS and Oracle REF Cursors, we're running into a problem with certain rows not coming back in the ResultSet. It seems to be certain data in the rows that makes them not retu

Re: nullValue and empty Sring

2008-07-11 Thread Jeff Stahl
Don't you have to put the CHAR in quotes as well? CarloV wrote: If i want to set a nullValue replacement for an empty String i use this in an explicit parameterMap If i want to do the same thing using inline parameters how should i write the statement? I tried whit #codCopiaEsito,jdbcType