Oracle ref cursors - documentation patch.

2005-04-27 Thread Charles Jardine
Here is a patch to the pod documentation of DBD::Oracle-1.16. The patch alters the section headed 'Binding Cursors'. The patch: * corrects an error. When passing a cursor back from Perl to PL/SQL, bind_param_inout _must not_ be used. * attempts to clear up a misunderstanding. It is not

Re: Oracle ref cursors - documentation patch.

2005-04-27 Thread Michael A Chase
On 04/27/2005 03:01 AM, Charles Jardine said: Here is a patch to the pod documentation of DBD::Oracle-1.16. The patch alters the section headed 'Binding Cursors'. diff -ur DBD-Oracle-1.16.cursor-docs/Oracle.pm DBD-Oracle-1.16/Oracle.pm Your diff has the source files reversed. Thank you for the

Re: Oracle ref cursors - documentation patch.

2005-04-27 Thread Charles Jardine
Michael A Chase wrote, on 27/04/2005 13:42: On 04/27/2005 03:01 AM, Charles Jardine said: Here is a patch to the pod documentation of DBD::Oracle-1.16. The patch alters the section headed 'Binding Cursors'. diff -ur DBD-Oracle-1.16.cursor-docs/Oracle.pm DBD-Oracle-1.16/Oracle.pm Your diff has