The battle with MySQL 5's idiotic BIT column type continues. While I await a better solution (possibly through a revised version of Rob Kinyon's bind_type_guessing extension to DBD::mysql), I wanted to get this release out because it contains other important bug fixes.
For MySQL 5 users, the BIT caveats are spelled out in the change log as well as in the POD for the bitfield column type. A new Rose::DB version (0.62) is required too. Files sent to CPAN and up on SF.net: http://sourceforge.net/project/showfiles.php?group_id=147570 I recommend this upgrade for all users due to the relationship bug fix. 0.65 (01.27.2006) - John Siracusa <[EMAIL PROTECTED]> * More MySQL 5 bitfield fixes. (Reported by Svilen Ivanov) Important note: if you are using MySQL 5.0.3 or later and you have one or more BIT columns in a given table, you MUST call meta->allow_inline_column_values(1) when setting up the Rose::DB::Object-derived class that fronts the table. * Added missing "use ..." statements to the code generated by perl_class_definition(). * Fixed a bug that prevented certain kinds of self-referential relationships from being initialized properly. (Reported by Bruno Czekay) -John ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Rose-db-object mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rose-db-object
