Patrick released a new version of the perl MySQL connector. This .pm was my introduction to the mysql world, way back in the day. If you can program your way out of a perl brown paper bag and you haven’t used this tool yet, I recommend you write a hello world program to get familiar with it. Good stuff.
Dear DBD::mysql users, This announcement comes a few days late, but DBD::mysql version 3.0004 (stable, production) and 3.0004_1 (dev) have been released! Version 3.0004 is the production version with server-side prepare statements turned off by default, and 3.0004_1 is the development version with server-side prepare statements turned on by default. The changes in 3.0004, as listed in the changelog: * Fix dbd_st_finish which closed the handle prematurely (Martin Evans) * Compile issues (Martin Evans) * Fix to dbd_bind_ph to deal with numbers (ints, floats) correctly (Alexey Stroganov) * Test changes - bind_param 41 and 42 The changes to …[Read more]