Jeff Butler (JIRA | 1 Jul 2006 03:45
Picon
Favicon

Closed: (IBATIS-209) Inline TypeHandler support

     [ http://issues.apache.org/jira/browse/IBATIS-209?page=all ]

Jeff Butler closed IBATIS-209:
------------------------------

    Fix Version: 2.2.0
     Resolution: Fixed

This was actually added quite some time ago, but it's just barely been documented.  Also, until 2.2.0 the
specified handler must be of type TypeHandlerCallback.  With 2.2.0 and later it can be either
TypeHanderCallback, or TypeHandler.

> Inline TypeHandler support
> --------------------------
>
>          Key: IBATIS-209
>          URL: http://issues.apache.org/jira/browse/IBATIS-209
>      Project: iBatis for Java
>         Type: Wish

>   Components: SQL Maps
>     Reporter: Troy Bourdon
>      Fix For: 2.2.0

>
> About a year ago there was talk of adding support for specifying type handlers inline. This would solve the
problem of having to create a parameter map for inserts/updates if any of the parameters used type
handlers. Was this feature ever implemented. I know as of 2.0.7 this feature is not supported.

(Continue reading)

Jeff Butler | 1 Jul 2006 04:05
Picon

Release Status???

I believe I'm finished with everything I wanted to do for 2.2.0.  I'm wondering what everyone else's status is.
 
I would be happy to act as release manager for a 2.2.0 release if there's a consensus that it's time to do that.  Or, if there are other things that folks are working on, we could wait a little while longer.
 
Let me know what you think about starting the process for 2.2.0 - I'm +1 for doing it, with the caveat that I'm not sure what everyone else is working on.
 
Jeff Butler
 
Larry Meadors | 1 Jul 2006 10:24
Picon
Favicon

Re: Release Status???

I have nothing for it...

On 6/30/06, Jeff Butler <jeffgbutler <at> gmail.com> wrote:
>
> I believe I'm finished with everything I wanted to do for 2.2.0.  I'm
> wondering what everyone else's status is.
>
> I would be happy to act as release manager for a 2.2.0 release if there's a
> consensus that it's time to do that.  Or, if there are other things that
> folks are working on, we could wait a little while longer.
>
> Let me know what you think about starting the process for 2.2.0 - I'm +1 for
> doing it, with the caveat that I'm not sure what everyone else is working
> on.
>
>
> Jeff Butler
>

Jerome Gagner | 1 Jul 2006 12:42
Picon

Re: Release Status???

I vote for a maven package.

On 6/30/06, Larry Meadors <lmeadors <at> apache.org> wrote:
> I have nothing for it...
>
> On 6/30/06, Jeff Butler <jeffgbutler <at> gmail.com> wrote:
> >
> > I believe I'm finished with everything I wanted to do for 2.2.0.  I'm
> > wondering what everyone else's status is.
> >
> > I would be happy to act as release manager for a 2.2.0 release if there's a
> > consensus that it's time to do that.  Or, if there are other things that
> > folks are working on, we could wait a little while longer.
> >
> > Let me know what you think about starting the process for 2.2.0 - I'm +1 for
> > doing it, with the caveat that I'm not sure what everyone else is working
> > on.
> >
> >
> > Jeff Butler
> >
>

Jeff Butler | 1 Jul 2006 15:19
Picon

Re: Release Status???

Are you referencing this issue:
 
 
Or something else?
 
Jeff Butler

 
On 7/1/06, Jerome Gagner <phpmonkey <at> gmail.com> wrote:
I vote for a maven package.

On 6/30/06, Larry Meadors <lmeadors <at> apache.org > wrote:
> I have nothing for it...
>
> On 6/30/06, Jeff Butler <jeffgbutler <at> gmail.com> wrote:
> >
> > I believe I'm finished with everything I wanted to do for 2.2.0.  I'm
> > wondering what everyone else's status is.
> >
> > I would be happy to act as release manager for a 2.2.0 release if there's a
> > consensus that it's time to do that.  Or, if there are other things that
> > folks are working on, we could wait a little while longer.
> >
> > Let me know what you think about starting the process for 2.2.0 - I'm +1 for
> > doing it, with the caveat that I'm not sure what everyone else is working
> > on.
> >
> >
> > Jeff Butler
> >
>

Jerome Gagner | 1 Jul 2006 15:22
Picon

Re: Release Status???

Yup that. Would make my life little bit simpler :)

On 7/1/06, Jeff Butler <jeffgbutler <at> gmail.com> wrote:
>
> Are you referencing this issue:
>
> http://issues.apache.org/jira/browse/IBATIS-122
>
> Or something else?
>
>
> Jeff Butler
>
>
>
> On 7/1/06, Jerome Gagner <phpmonkey <at> gmail.com> wrote:
> > I vote for a maven package.
> >
> > On 6/30/06, Larry Meadors <lmeadors <at> apache.org > wrote:
> > > I have nothing for it...
> > >
> > > On 6/30/06, Jeff Butler <jeffgbutler <at> gmail.com> wrote:
> > > >
> > > > I believe I'm finished with everything I wanted to do for 2.2.0.  I'm
> > > > wondering what everyone else's status is.
> > > >
> > > > I would be happy to act as release manager for a 2.2.0 release if
> there's a
> > > > consensus that it's time to do that.  Or, if there are other things
> that
> > > > folks are working on, we could wait a little while longer.
> > > >
> > > > Let me know what you think about starting the process for 2.2.0 - I'm
> +1 for
> > > > doing it, with the caveat that I'm not sure what everyone else is
> working
> > > > on.
> > > >
> > > >
> > > > Jeff Butler
> > > >
> > >
> >
>
>

Clinton Begin | 1 Jul 2006 17:35
Picon

Re: Release Status???


Sorry Jeff,

I have a few small things:

  * Buildable source download:  The build script should zip up (iBATIS_SRC-2.1.7.612.zip) the entire buildable dir tree (excluding subversion directories of course) and stick it beside the binary distributable in the deploy directory.

  * Batching stored procs:  Just need to comment out the overload in comment out ProcedureStatement.

  * execute vs. executeQuery for procs:  Procs should use whatever is not used now...can't remember.

And one big thing:

  * Multiple result sets: already logged in JIRA.


I don't think the first three items have jira entries.

Gotta run right now, more later!

Clinton





On 6/30/06, Jeff Butler <jeffgbutler <at> gmail.com> wrote:
I believe I'm finished with everything I wanted to do for 2.2.0.  I'm wondering what everyone else's status is.
 
I would be happy to act as release manager for a 2.2.0 release if there's a consensus that it's time to do that.  Or, if there are other things that folks are working on, we could wait a little while longer.
 
Let me know what you think about starting the process for 2.2.0 - I'm +1 for doing it, with the caveat that I'm not sure what everyone else is working on.
 
Jeff Butler
 

Paul Benedict | 1 Jul 2006 18:27
Picon
Favicon

Re: Release Status???

Please provide a maven 2 pom and include the source for 2.2.0. One problem I have now is that ibatis has no source jar in M2, and so i can't step through ibatis when I'd like :-)

Jeff Butler <jeffgbutler <at> gmail.com> wrote:

Are you referencing this issue:
 
 
Or something else?
 
Jeff Butler

 
On 7/1/06, Jerome Gagner <phpmonkey <at> gmail.com> wrote:
I vote for a maven package.

On 6/30/06, Larry Meadors <lmeadors <at> apache.org > wrote:
> I have nothing for it...
>
> On 6/30/06, Jeff Butler <jeffgbutler <at> gmail.com> wrote:
> >
> > I believe I'm finished with everything I wanted to do for 2.2.0.  I'm
> > wondering what everyone else's status is.
> >
> > I would be happy to act as release manager for a 2.2.0 release if there's a
> > consensus that it's time to do that.  Or, if there are other things that
> > folks are working on, we could wait a little while longer.
> >
> > Let me know what you think about starting the process for 2.2.0 - I'm +1 for
> > doing it, with the caveat that I'm not sure what everyone else is working
> > on.
&g t; >
> >
> > Jeff Butler
> >
>


Want to be your own boss? Learn how on Yahoo! Small Business.
Jeff Butler | 1 Jul 2006 19:02
Picon

Re: Release Status???

No problem.
 
I can do the source build if you'd like.  Let me know.
 
Jeff

 
On 7/1/06, Clinton Begin <clinton.begin <at> gmail.com> wrote:

Sorry Jeff,

I have a few small things:

  * Buildable source download:  The build script should zip up (iBATIS_SRC-2.1.7.612.zip) the entire buildable dir tree (excluding subversion directories of course) and stick it beside the binary distributable in the deploy directory.

  * Batching stored procs:  Just need to comment out the overload in comment out ProcedureStatement.

  * execute vs. executeQuery for procs:  Procs should use whatever is not used now...can't remember.

And one big thing:

  * Multiple result sets: already logged in JIRA.


I don't think the first three items have jira entries.

Gotta run right now, more later!
 

Clinton





On 6/30/06, Jeff Butler <jeffgbutler <at> gmail.com > wrote:
I believe I'm finished with everything I wanted to do for 2.2.0.  I'm wondering what everyone else's status is.
 
I would be happy to act as release manager for a 2.2.0 release if there's a consensus that it's time to do that.  Or, if there are other things that folks are working on, we could wait a little while longer.
 
Let me know what you think about starting the process for 2.2.0 - I'm +1 for doing it, with the caveat that I'm not sure what everyone else is working on.
 
Jeff Butler
 

 

Clinton Begin | 1 Jul 2006 22:27
Picon

Re: Release Status???


iBATIS does come with the source, always has, always will.  It's in the /src directory of the zip file.

The new task I mentioned above is a SEPARATE source download that includes all of the build scripts and dev dependencies so that you can easily build the app yourself.  Basically it's to help people who don't know how to use Subversion export.

Cheers,
Clinton

On 7/1/06, Paul Benedict <paul4christ79 <at> yahoo.com> wrote:
Please provide a maven 2 pom and include the source for 2.2.0. One problem I have now is that ibatis has no source jar in M2, and so i can't step through ibatis when I'd like :-)


Jeff Butler <jeffgbutler <at> gmail.com> wrote:
Are you referencing this issue:
 
 
Or something else?
 
Jeff Butler

 
On 7/1/06, Jerome Gagner < phpmonkey <at> gmail.com> wrote:
I vote for a maven package.

On 6/30/06, Larry Meadors <lmeadors <at> apache.org > wrote:
> I have nothing for it...
>
> On 6/30/06, Jeff Butler < jeffgbutler <at> gmail.com> wrote:
> >
> > I believe I'm finished with everything I wanted to do for 2.2.0.  I'm
> > wondering what everyone else's status is.
> >
> > I would be happy to act as release manager for a 2.2.0 release if there's a
> > consensus that it's time to do that.  Or, if there are other things that
> > folks are working on, we could wait a little while longer.
> >
> > Let me know what you think about starting the process for 2.2.0 - I'm +1 for
> > doing it, with the caveat that I'm not sure what everyone else is working
> > on.
> >
> >
> > Jeff Butler
> >
>


Want to be your own boss? Learn how on Yahoo! Small Business.



Gmane