[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-899-g5cba645

Git repo owner gitmaster at git.koha-community.org
Fri Aug 9 17:21:53 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  5cba6457aa00f3f3b2038f70057df300d9c6b9c3 (commit)
      from  8acce47efc0b6f9dd35115b76756c4cf42be1975 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5cba6457aa00f3f3b2038f70057df300d9c6b9c3
Author: root <root at kenza-VirtualBox>
Date:   Thu Jul 25 14:03:32 2013 +0200

    Bug 10643: fix inappropriate uses of $sth->finish() in C4::ClassSource.pm
    
    This patch gets rid of finish() and replace prepare_cached by prepare.
    
    From the man page
    
    finish()
    Indicate that no more data will be fetched from this statement handle
    before it is either executed again or destroyed.
    You almost certainly do not need to call this method.
    
    Adding calls to "finish" after loop that fetches all rows is a common
    mistake, don't do it, it can mask genuine problems like uncaught fetch errors.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/ClassSource.pm |   33 +++++++++++----------------------
 1 files changed, 11 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list