Thanks Alexander that may come in handy as I am working on an extened
(generic) patch for Oracle embedded objects (Varry,nested Tavle etc) since
the start of the summer. I think your patch will help out alot for this as
I have only one or two little things (well actully not little at all, I can
get the data out of Oracle, but have yet to get it into Perl)
Not sure when this will be ready though most likly around the end of
September. I hope. Look for it in version 1.20
cheers
John Scoles
----- Original Message -----
From: "Alexander V Alekseev" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, September 05, 2007 5:40 PM
Subject: [patch] DBD::Oracle - Support for array binds.
Hello!
A preliminary version of OCI array bind patch attached.
Apply to the latest trunk release.
Usage example also attached.
1) Only Varchar2 tables are supported. ( SYS.DBMS_SQL.VARCHAR2_TABLE )
2) utf8 is untested. Seems to currupt utf8 data on truncate.
3) Untested.
I plan to support bind of SYS.DBMS_SQL.NUMBER_TABLE also.
As I'm new to perl api, your comments are welcome.
Also, I cannot test the whole functionality much. So, bug
reports are welcome.
Bye. Alex.