Committed to Code

ODBC Driver for perl DBI. Provides the Perl DBI::DBD interface to ODBC drivers allowing Perl access to any database which has an ODBC driver.

Code Analysis


News

Major changes to column binding in Perl DBD::ODBC

Mostly due to the thread in dbi-dev at DBD::ODBC fetch is returning string for integer (unfortunately some of it was off list) and further comments and rt at Changes in binding columns in DBD::ODBC and DiscardString with SQL_INTEGER not working ... [More] properly I have made significant changes to the binding of columns in a result-set for DBD::ODBC.

read more [Less]


New 1.36_2 development release of Perl DBD::ODBC

DBD::ODBC 1.36_2 is now on CPAN. I'm afraid this makes some incompatible changes with the last full release and for that I appologise. It seems I was just too ambitious defaulting the internal execute_for_fetch to on. I suspected some ODBC drivers ... [More] would have bugs which prevented them from working but there are just too many actively used drivers for me to test them all and I hoped this would encourage fixes to them.

read more [Less]


New development release of perl DBD::ODBC

I have released DBD::ODBC 1.36-1 to cpan. With hindsight I was probably too ambitious releasing 1-35 with the default for execute_for_fetch enabled. This decision was based on a) my experience with writing bound arrays of parameters in the ODBC-ODBC ... [More] Bridge b) I knew some drivers would have issues but I thought this might encourage fixes c) it is so much faster. As it turns out I am seeing issues currently with SQLite, Freetds, MS Access and even MS SQL Server.

read more [Less]


New 1.35 release of Perl DBD::ODBC

I've uploaded Perl DBD::ODBC 1.35 to CPAN.

This is the culmination of 7 development releases in the 1.34 chain and is a significant release containing a lot of changes and enhancements. As always I would like to thank everyone who has helped ... [More] and especially CPAN testers. The full list of changes since the last official release is below.

read more [Less]


New 1.34_5 release of Perl DBD::ODBC

My intention is to release this as 1.35 in the next week so if you find any issues please let me know soon.

=head2 Changes in DBD::ODBC 1.34_5 February 17 2012

[BUG FIXES]

* The 40UnicodeRoundTrip tests counts could be ... [More] 1 off in some cases.

* Fix for t/03batt.t which could fail a test if the data source had
no table - Kenichi Ishigaki

* If a driver misbehaves during global destruction e.g. SQLFreeStmt
fails but no error is available DBD::ODBC issues an error saying
an error occurred but no error diagnostics could be found. This is

read more [Less]


Read all DBD::ODBC articles…

Edit RSS feeds.