DBD-Adabas
view release on metacpan or search on metacpan
(thus an explicit 'finish' is *not* required).
Also:
LongTruncOk for Oracle ODBC (where fbh->datalen < 0)
Added tracing into SQLBindParameter (help diagnose oracle odbc bug)
Fixed/worked around bug/result from Latest Oracle ODBC driver where in
SQLColAttribute cbInfoValue was changed to 0 to indicate fDesc had a value
Added work around for compiling w/ActiveState PRK (PERL_OBJECT)
Updated tests to include date insert and type
Added more "backup" SQL_xxx types for tests
Updated bind test to test binding select
NOTE: bind insert fails on Paradox driver (don't know why)
Added support for: (see notes below)
SQLGetInfo via $dbh->func(xxx, GetInfo)
SQLGetTypeInfo via $dbh->func(xxx, GetTypeInfo)
SQLDescribeCol via $sth->func(colno, DescribeCol)
SQLColAttributes via $sth->func(xxx, colno, ColAttributes)
SQLGetFunctions via $dbh->func(xxx, GetFunctions)
( run in 1.036 second using v1.01-cache-2.11-cpan-49f99fa48dc )