[jira] Created: (IBATIS-309) Cannot insert into Database Blob using IBATIS DAO

2006-06-19 Thread sunil kumar (JIRA)
Cannot insert into Database Blob using IBATIS DAO - Key: IBATIS-309 URL: http://issues.apache.org/jira/browse/IBATIS-309 Project: iBatis for Java Type: Bug Components: SQL Maps, DAO Versions: 2.1.7 Environ

[Opinion] New Attribute on Tag

2006-06-19 Thread Jeff Butler
I'd like to add a new attribute to the tag: removeFirstPrependOnEachIteration (true|false).   The current removeFirstPrepend function on the tag works correctly in most cases (it removes the first prepend of any nested tag once for the entire iterate loop).  I'm running into a situation with some

Re: [Opinion] New Attribute on Tag

2006-06-19 Thread Paul Benedict
The attribute is unnecessary. Just repurose removeFirstPreprend into a non-boolean value="true|false|iterate"Jeff Butler <[EMAIL PROTECTED]> wrote: I'd like to add a new attribute to the tag: removeFirstPrependOnEachIteration (true|false).   The current removeFirstPrepend function on the tag work

Re: [Opinion] New Attribute on Tag

2006-06-19 Thread Jeff Butler
Interesting idea - I think I like it.  It would work for sure, but it would also make the removeFirstPrepend attribute on the iterate tag different from the removeFirstPrepend attribute on all other dynamic tags.  Would that be confusing?   Jeff Butler  On 6/19/06, Paul Benedict <[EMAIL PROTECTED]

[jira] Closed: (IBATIS-308) Optimize result set fetches for stored procs

2006-06-19 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-308?page=all ] Jeff Butler closed IBATIS-308: -- Fix Version: 2.2.0 Resolution: Fixed Fixed in SVN. > Optimize result set fetches for stored procs > > >

Re: [Opinion] New Attribute on Tag

2006-06-19 Thread Paul Benedict
Things are only confusing with bad documentation :-)Jeff Butler <[EMAIL PROTECTED]> wrote: Interesting idea - I think I like it.  It would work for sure, but it would also make the removeFirstPrepend attribute on the iterate tag different from the removeFirstPrepend attribute on all other dynamic t