DBD::ODBC::Changes 1.13 review

Download
by rbytes.net on

DBD::ODBC::Changes is a Perl module with logs of significant changes to the DBD::ODBC. Requirements: · Perl What's New in This

License: Perl Artistic License
File size: 94K
Developer: DBD::ODBC::Changes Team
0 stars award from rbytes.net

DBD::ODBC::Changes is a Perl module with logs of significant changes to the DBD::ODBC.

Requirements:
Perl

What's New in This Release:
Fix inconsistency/bug with odbc_exec_direct vs. odbc_execdirect settings. Now made consistent with odbc_exec_direct. For now, will still look for odbc_execdirect in prepare, but not as DBH attribute as a backup (which is what it was doing), but that support will be dropped at some time in the future. Please use odbc_exec_direct from now on...
Fix handling of print statements for SQL Server thanks to Martin Evans! Thanks for all your work on this! Due to bug in SQL Server, you must use odbc_exec_direct. See t/20SqlServer.t for example. You will need to call $sth->{odbc_more_results} to clear out any trailing messages.
Change tests to use Test::More. Whew, that's much nicer!
Fix Oracle integral/numeric output params so that warning not printed about value not being numeric (even though it is!)

DBD::ODBC::Changes 1.13 search tags