Author: timbo Date: Fri Apr 20 03:31:04 2012 New Revision: 15276 Modified: dbi/trunk/Changes
Log: Prep for trial release Modified: dbi/trunk/Changes ============================================================================== --- dbi/trunk/Changes (original) +++ dbi/trunk/Changes Fri Apr 20 03:31:04 2012 @@ -6,22 +6,22 @@ =cut -CHANGES SINCE LAST RELEASE (not sure if they will go in 1.619): +=head2 Changes in DBI 1.619-TRIAL (svn r15276) 20th April 2012 - RT#76520 - Optimize fetchall_arrayref with hash slice thanks - to Dagfinn Ilmari Manns�ker - RT#76572 - Allow renaming columns in fetchall_arrayref hash slices - thanks to Dagfinn Ilmari Manns�ker - RT#76296 - _install_method fails to set CvFILE correctly - RT#67223 and RT#69260 in SqlEngine "list_tables" pushes to the wrong list - -=head2 Changes in DBI 1.619-TRIAL (svn r15271) 18th April 2012 + Fixed the connected method to stop showing the password in + trace file (Martin J. Evans). + Fixed _install_method to set CvFILE correctly + thanks to Dagfinn Ilmari Manns�ker. RT#76572 + Fixed SqlEngine "list_tables" thanks to David McMath + and Norbert Gruener. RT#67223 RT#69260 - Further method dispatch optimizations thanks to Dave Mitchell. + Optimized DBI method dispatch thanks to Dave Mitchell. Optimized driver access to DBI internal state thanks to Dave Mitchell. Optimized driver access to handle data thanks to Dave Mitchell. - Fixed the connected method to stop showing the password in - trace file (Martin J. Evans). + Optimized fetchall_arrayref with hash slice thanks + to Dagfinn Ilmari Manns�ker. RT#76520 + Allow renaming columns in fetchall_arrayref hash slices + thanks to Dagfinn Ilmari Manns�ker. RT#76572 =head2 Changes in DBI 1.618 (svn r15170) 25rd February 2012
