Re: Custom Tag

2005-05-12 Thread Abdullah Kauchali
Brandon Goodin wrote: I see. The question here is whether this is a common database issue and if it should be supported. However, it does not seem to be a common issue and there are ways to work around this. My other thought is why do you have over 250+ IN parameters? My guess: they have a

Re: Custom Tag

2005-05-12 Thread Brandon Goodin
e existing > tag or creating a new one? > > Thanks > > > -Original Message- > From: Brandon Goodin [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 12, 2005 5:40 PM > To: ibatis-user-java@incubator.apache.org > Subject: Re: Custom Tag > > That is not a

RE: Custom Tag

2005-05-12 Thread Ming Xue
or creating a new one? Thanks -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 12, 2005 5:40 PM To: ibatis-user-java@incubator.apache.org Subject: Re: Custom Tag That is not a clear example. I'm not sure what the problem is that you are presentin

Re: Custom Tag

2005-05-12 Thread Brandon Goodin
t;[EMAIL PROTECTED]> wrote: > > For example, for Oracle in list limitation while using > > select * from abc > where a in ('a', 'b', 'c', ...) > > We need to use a Custom tag for this. > > Thanks > > > -Original

RE: Custom Tag

2005-05-12 Thread Ming Xue
For example,   for Oracle in list limitation while using   select * from abc where a in ('a', 'b', 'c', ...)   We need to use a Custom tag for this.   Thanks   -Original Message-From: Larry Meadors [mailto:[EMAIL PROTECTED]Sent: Thursday, May

Re: Custom Tag

2005-05-12 Thread Brandon Goodin
The functionality does not currently exist. It would be difficult to implement that functionality in the current iBatis version. It might be a featuer we'd consider for the next major release of ibatis. What kind of functionality are you wanting to implement that iBatis does not deal with? Also, h

Re: Custom Tag

2005-05-12 Thread Larry Meadors
A couple? Check again. That is an interesting idea though. Larry PS: Please do not reply to other posts with new topics.On 5/12/05, Ming Xue <[EMAIL PROTECTED]> wrote: Hi   I am very much amazed by Ibatis's ability to generate dynamic sql, which is blank in Hibernate.  There are a co

Custom Tag

2005-05-12 Thread Ming Xue
Title: RE: Oracle OC4J and signon Hi   I am very much amazed by Ibatis's ability to generate dynamic sql, which is blank in Hibernate.  There are a couple predefined tags provided by default,  But,  does the framework support  Custom Tags? if so, how can I attched them to the FrameWork?