Re: SQLMaps IN-keyword support

2005-03-02 Thread Philippe Laflamme
Sakke Wiik wrote: Could you please tell me where to find the documentation for this, because I cannot find it. Maybe I did not give enough details about the problem. On page 36 of the SQLMap guide, the documentation specifies that for the iterate tag (just like any other tag for that matter), you

Re: SQLMaps IN-keyword support

2005-03-02 Thread Sakke Wiik
What I am saying is that it is not the ? > > Seems like a much simpler and more readable solution... > > Larry > > > On Wed, 2 Mar 2005 13:37:02 +0200, Sakke Wiik <[EMAIL PROTECTED]> wrote: > > I moved the CDATA to only wrap the "<"-sign. Still doesn't work. Error > > log below. > > > > cheers,

Re: SQLMaps IN-keyword support

2005-03-02 Thread Larry Meadors
Why not just use < instead of ? Seems like a much simpler and more readable solution... Larry On Wed, 2 Mar 2005 13:37:02 +0200, Sakke Wiik <[EMAIL PROTECTED]> wrote: > I moved the CDATA to only wrap the "<"-sign. Still doesn't work. Error > log below. > > cheers, Sakke > > public List ge

Re: SQLMaps IN-keyword support

2005-03-02 Thread Sakke Wiik
I moved the CDATA to only wrap the "<"-sign. Still doesn't work. Error log below. cheers, Sakke public List getXXX(List xxxList, Date xxxDate) { Map parameters = new HashMap(); parameters.put("xxxCodes", xxList); parameters.put("xxxDate", xxxDate); return queryForL

Re: SQLMaps IN-keyword support

2005-02-27 Thread Sakke Wiik
Could you please tell me where to find the documentation for this, because I cannot find it. Maybe I did not give enough details about the problem. The question is how I can give a List as a parameter to a SQLMap query and at the same time other parameters. Here is my settings: dao implementation:

Re: SQLMaps IN-keyword support

2005-02-24 Thread Brandon Goodin
I would suggest you read the manual... it is all in there. http://ibatis.com/common/download.html Brandon On Thu, 24 Feb 2005 09:42:00 +0200, Sakke Wiik <[EMAIL PROTECTED]> wrote: > I understand there is a way to use the IN-keyword by giving a List of > parameters to a query as shown at > http:/

SQLMaps IN-keyword support

2005-02-23 Thread Sakke Wiik
I understand there is a way to use the IN-keyword by giving a List of parameters to a query as shown at http://issues.apache.org/jira/browse/IBATIS-38, but what if I need to give the query other parameters too? I would like to give the query a Map where one value is the List for the IN-clause, and