Nevermind, as long as there's a workaround, that should be okay J
Appreciate your help ;)
From: Brandon Goodin [mailto:brandon.goo...@gmail.com]
Sent: Wednesday, 1 April 2009 20:07
To: user-java@ibatis.apache.org
Subject: Re: Problem with prepend
You got me. It is a bug and your
>
>
>
> *From:* Brandon Goodin [mailto:brandon.goo...@gmail.com]
> *Sent:* Friday, 27 March 2009 19:44
> *To:* user-java@ibatis.apache.org
> *Subject:* Re: Problem with prepend
>
>
>
> Try adding a prepend to workspace_id.
>
> ...
>
>
> The reason this occurs
,
Winarto
From: Brandon Goodin [mailto:brandon.goo...@gmail.com]
Sent: Friday, 27 March 2009 19:44
To: user-java@ibatis.apache.org
Subject: Re: Problem with prepend
Try adding a prepend to workspace_id.
...
The reason this occurs is that the dynamic tag has an automatic
removeFirstPrepend
Try adding a prepend to workspace_id.
...
The reason this occurs is that the dynamic tag has an automatic
removeFirstPrepend="true". Since the isNotNull:position tag is the first to
produce a prepend it removes the prepend from the isNotNull:position.
Brandon
On Fri, Mar 27, 2009 at 3:55 AM,
Hi All,
I'm having problem with the following select statement.
SELECT * FROM contexts
workspace_id = #workspace_Id#
context_id = #context_Id#
position