Re: Mapping oracle data types

2007-11-29 Thread Giovanni Cuccu
Any comments on this? Thanks, Giovanni On Nov 14, 2007 3:12 PM, Giovanni Cuccu [EMAIL PROTECTED] wrote: Hi all, I'm currently using ibatis 2.3 with Oracle and I'm trying to mapping some oracle datatypes. For now I'm focusing on VARRAY and with the current version of IBatis I'm able to

Re: Mapping oracle data types

2007-11-29 Thread Larry Meadors
I'd try a type handler. Larry On Nov 29, 2007 5:20 AM, Giovanni Cuccu [EMAIL PROTECTED] wrote: Any comments on this? Thanks, Giovanni On Nov 14, 2007 3:12 PM, Giovanni Cuccu [EMAIL PROTECTED] wrote: Hi all, I'm currently using ibatis 2.3 with Oracle and I'm trying to mapping

Re: Mapping oracle data types

2007-11-29 Thread Giovanni Cuccu
The type handler, in its current form, it's not enough to map out parameters since it does not allow to register out parameters before issuing the call. I've sucessufully create a typehandler that manages IN varray and, as far as I can understand, ibatis is not able to support such Oracle kind of

Re: [jira] Commented: (IBATIS-439) Batching of statements does not work for stored procedures

2007-11-29 Thread Larry Meadors
Is the file that needs committed (any unit tests?) attached to the issue? If it is, I'll commit it. Larry On Nov 29, 2007 10:21 AM, Clinton Begin [EMAIL PROTECTED] wrote: FYI: I haven't forgotten about thisjust ridiculously busy. I wonder if we should just try to get you commit access?

RE: [jira] Commented: (IBATIS-439) Batching of statements does not work for stored procedures

2007-11-29 Thread Clinton Begin
FYI: I haven't forgotten about thisjust ridiculously busy. I wonder if we should just try to get you commit access? Clinton -Original Message- From: Trevor Brosnan (JIRA) [mailto:[EMAIL PROTECTED] Sent: October-17-07 1:08 PM To: dev@ibatis.apache.org Subject: [jira] Commented:

Re: Mapping oracle data types

2007-11-29 Thread Jeff Butler
Giovanni - feel free to create a patch and attach it to a JIRA issue. Make sure to include some tests! Jeff Butler On Nov 29, 2007 8:26 AM, Giovanni Cuccu [EMAIL PROTECTED] wrote: The type handler, in its current form, it's not enough to map out parameters since it does not allow to