I remember you replied to this before. But I don't know why the same email went out again... strange...
Thank you Clinton, I will put it in JIRA. Regard, Q -----Original Message----- From: Clinton Begin [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 6:37 PM To: ibatis-user-java@incubator.apache.org Subject: Re: batch problem - skips the first insert? No, I haven't heard about this problem. Please put it in JIRA so that we can track it. We'll look into it as soon as we have access to our SVN repository. Cheers, Clinton On Tue, 8 Feb 2005 17:13:02 -0600, Kyunam Kim <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > startBatch() > do 10 inserts using for-loop. > endBatch. > > > > When I do the above, it always skips the first one and inserts the rest nine > of them. > > When I only do one insert, it does not insert. > > When I do two inserts, it only inserts the last one. > > > > Does this ring anyone's mind? > > > > Thank you all! > > > > Kyunam