I'm pleased to announce the release of DBD::mysql 4.005! This
release contains various fixes, per Changelog:
-
- Fixed mysql_warning issue < 4.1 (reminders, patches, help
from ROAM, (issue 25713)
- makerealclean patch from ROAM (issue #25714)
- sqlstate cleanup patch from ROAM
- Replaced all references to dbis->debug to use
DBIc_TRACE_LEVEL(imp_xxh)
- Fix to dbd_st_destroy - added back previously removed 'free
everything' code which
had been moved to dbd_st_finish, causing a crash upon freeing of bind values
after all rows resulting from one execution of a query have been fetched. This meant
that next attempt to execute the prepared statement would segfault. This
work thanks to Rainer Weikusat!
- Removed all 'FindNewTable' calls in all tests. Just use 't1'
for all tests to
…