2009-06-22 Patrick Galbraith (0.200) * 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 2009-04-23 Clint Byrum , Patrick Galbraith (0.100) * Working with libdrizzle! All tests pass on both Linux and OS X 2009-01-16 Patrick Galbraith (0.003) * More tests working, though some give out of memory * Last version with this client lib, switchng to Eday's lib next * Ripped out even more cruft * Major work on types struct from hell 2008-11-19 Patrick Galbraith (0.002) * Working! * Removed all server prepared statement code * Changed data types to new DRIZZLE_xx types, removed those that have been chopped * Much debugging, cruft cleanage 2008-7-21 Patrick Galbraith (0.001) * First Version