25 Feb
DBD::drizzle 0.303 Released
I’m pleased to announce the release of DBD::drizzle 0.303! As Drizzle progresses in development, so too does DBD::drizzle. The main issue is that there are changes that I need to keep up to and that’s what this release primarily consists of. Most of the test suite was broken due to an error “Transactional DDL not supported” when “DROP TABLE” was run in the tests. The fix for this was to turn on AutoCommit for the database handle. The other issue was in the table_info() method which due to some changes in Drizzle’s data_dictionary schema (yes, they have a data dictionary!) some values table_info() expected to be set had changed.
So, go forth and get the code!
http://search.cpan.org/~capttofu/DBD-drizzle-0.303/lib/DBD/drizzle.pm
Also:
bzr branch lp:drizzle
