[svn:dbd-oracle] r14668 - dbd-oracle/trunk
[email protected] Mon, 31 Jan 2011 17:49:12 -0800 (PST)
| Newsgroups | perl.dbd.oracle.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: byterock Date: Mon Jan 31 17:49:12 2011 New Revision: 14668 Modified: dbd-oracle/trunk/Changes Log: changed some wording Modified: dbd-oracle/trunk/Changes ============================================================================== --- dbd-oracle/trunk/Changes (original) +++ dbd-oracle/trunk/Changes Mon Jan 31 17:49:12 2011 @@ -1,6 +1,6 @@ -=head1 Changes in DBD-Oracle 1.28 (svn rev 14583) +=head1 Changes in DBD-Oracle 1.28 (svn rev xxxxx) - Added in 4 new server side debug/trace attributes, ora_driver_name, ora_client_info, ora_session_user on the connection handle and ora_exe_action from John Scoles + Added in 4 new server side debug/trace attributes, ora_driver_name, ora_client_info, ora_session_user and ora_action on the connection handle from John Scoles Cleaned up the pod a little by John Scoles Fix for function name length, Some function names are over 31char long which may cause problems for some OS/Compilers (VMS IA64 box.) from Jakob Snoer Fix for OCIPing in case where a 10 client tries to ping a <10 DB from Tim Oertel