I'm pleased to announce the release of DBD::drizzle 0.200. This
release fixes several issues, per Changelog:
* Fixed broken tests
* Fixed bind_type_guessing to work as it does in DBD::mysql
* Added missing insert_id database handle attribute
fetching
* Added several tests that were missing that exist in
DBD::mysql
* Removed extra cruft from lib.pl
* Fixed hash-key retrieval for connection options
* Fixed double-free of imp_dbh->result in dbd_st_destroy
Also worth mentioning is that I've back-ported several fixes that
have been made to DBD::mysql.
I would like to thank everyone who has sent bug reports, patches,
and is using this new driver!
The files:
file:
$CPAN/authors/id/C/CA/CAPTTOFU/DBD-drizzle-0.200.tar.gz
size: 80829 bytes
md5: 9394df460d6d6c70c96cc500dd5a778f
Also:
…
I'm incredibly elated to announce the release of DBD::drizzle
0.100. What is different about this release? It uses Eric Day's
new client library, libdrizzle! This means we could eventually
package the client with DBD::drizzle, eliminating the issues I
have with DBD::mysql where code doesn't compile because of trying
to compile DBD::drizzle against a MySQL client binary produced on
a different machine with a different compiler and compile
flags.
I want to thank Clint Byrum - immense thanks- for his work, which
the majority of, made this possible. He and I spent the last
several days together at the users conference going over the
code, getting it to work. We achieved together more in hours time
what would have taken days or even weeks. I'm also glad to have
gotten to know Clint-- it's great to make new friends!
The next step is that we'll probably write this from scratch at
some point. Right now, this is a retro-fit of …