If I understand the question, it seems you are asking if ibatis
supports optional parameters for stored procedure calls. The simple
answer is "yes".
See the tag with ibatis 3 or the tag with ibatis 2.
Jeff Butler
On 11/2/09, abdesai wrote:
>
> Hi ppl,
>
> I am using iBatis to call a stored p
I never had problems with mySql and selectKey. Have you tried the solution that
is proposed in the blog entry?
Regards
Kai
--- Original Nachricht ---
Absender: deligeli
Datum: 01.11.2009 00:57
> hi
>
> i have read here:
>
> http://www.mikesparr.com/2007/04/07/ibatis-mysql-communications-line-
On Mon, Nov 2, 2009 at 3:56 PM, Clinton Begin wrote:
> No new features will be added in the Beta cycle. It's stabilization and bug
> fixes only.
OK.
On Mon, Nov 2, 2009 at 2:29 AM, Nathan Maves > > Could Beta 5 be the one that goes GA? Only you can say
>> > for sure. Give it a try, and let us k
No new features will be added in the Beta cycle. It's stabilization and bug
fixes only.
Clinton
On Mon, Nov 2, 2009 at 7:19 AM, Martin Ellis wrote:
> On Mon, Nov 2, 2009 at 2:29 AM, Nathan Maves
> wrote:
> > Only a few minor issues were submitted over the last few weeks, and all
> have
> > be
Yes, you can introspect on the full iBATIS configuration at runtime by
grabbing the Configuration instance from the SqlSessionFactory. It has
lists and maps of various configuration components.
Clinton
On Sun, Nov 1, 2009 at 10:07 PM, Mahesh219 wrote:
> Hi, We are using iBatis 3 with Spring. W
Hi ppl,
I am using iBatis to call a stored proc, which in turn calls 6 other stored
procs, resulting in 7 resultSets.
Everything was working fine earlier. Later, I changed the 2nd stored
proc(SP) to take in an additional OPTIONAL variable, (declare @var int =
null), and then, changed the SP to b
On Mon, Nov 2, 2009 at 2:29 AM, Nathan Maves wrote:
> Only a few minor issues were submitted over the last few weeks, and all have
> been addressed. It's been pretty quiet, and so I'm gaining more confidence
> in this release. Could Beta 5 be the one that goes GA? Only you can say for
> sure. Give