Re: [patch] (final) DBD::Oracle - Support for standard array binds.

2007-09-10 Thread Alexander V Alekseev
Hello! On Mon, 10 Sep 2007, Tim Bunce wrote: From my example: $sth->bind_param_inout(":mytable", [EMAIL PROTECTED], 10, { TYPE => DBD::Oracle::ORA_VARCHAR2, ora_maxarray_numentries => 100 } ); [TYPE is for specify

Re: [patch] (final) DBD::Oracle - Support for standard array binds.

2007-09-10 Thread Alexander V Alekseev
Hello! On Mon, 10 Sep 2007, Tim Bunce wrote: On Fri, Sep 07, 2007 at 11:06:02PM +0400, Alexander V Alekseev wrote: Hello! On Fri, 7 Sep 2007, Alexander V Alekseev wrote: The final release of Oracle SYS.DBMS_SQL.VARCHAR2_TABLE & SYS.DBMS_SQL.NUMBER_TAB

Re: [patch] (final) DBD::Oracle - Support for standard array binds.

2007-09-10 Thread Tim Bunce
On Fri, Sep 07, 2007 at 11:06:02PM +0400, Alexander V Alekseev wrote: > Hello! > > On Fri, 7 Sep 2007, Alexander V Alekseev wrote: > > > The final release of Oracle SYS.DBMS_SQL.VARCHAR2_TABLE & > >SYS.DBMS_SQL.NUMBER_TABLE support in DBD::Oracle is attached. > > > > Documen