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

Related posts from the blog:

  1. DBD::drizzle .301 released
    Dear Perl and Drizzle developers, I’m pleased to announce the release of DBD::drizzle .301! This release implements several...
  2. DBD::mysql 4.018 released
    Dear Perl and MySQL developers, admins and enthusiasts, I’m please to announce the release of DBD::mysql 4.018! This...
  3. Blue Gecko Drizzle AMIs now available!
    I’m pleased to announce that we’ve made available two Drizzle Amazon AMIs for the community to take advantage...
  4. Remote DBA for Drizzle
    This morning at the MySQL User Conference and Expo, we’re excited to be included in Brian Aker’s keynote...
  5. Drizzle Podcast #1
    In this first Drizzle Podcast, Sheeri K. Cabral and Jay Pipes talk about what Drizzle is and how...

Leave a Reply