[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-104-geda8049

Git repo owner gitmaster at git.koha-community.org
Sun Sep 15 07:11:18 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, 3.8.x has been updated
       via  eda8049421939750bf3767173e98cfaf0a6cf630 (commit)
      from  750950c17a243dbec1001ef8b6a17f2a13f45bcb (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 eda8049421939750bf3767173e98cfaf0a6cf630
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Jul 9 17:53:16 2013 +0000

    bug 10559: remove spurious "statement handle still active" warnings
    
    Generating (e.g.) overdue notices can result in spurious warnings in
    the cronjob logs:
    
    $ ./misc/cronjobs/overdue_notices.pl -t -library CPL
    prepare_cached(SELECT * FROM issues WHERE     itemnumber = ?) statement handle DBI::st=HASH(0x54a7828) still Active at C4/Letters.pm line 589
    
    This patch removes the warning by making sure that the relevant statement
    handle is finished after fetching its first row of results.
    
    To test:
    
    [1] Set up an overdue loan such that running overdue_notices.pl will
        trigger the generation of a notice.
    [2] Run overdue_notices.pl -t and note the warning message.
    [3] Apply the patch.
    [4] Run overdue_notices.pl -t again and note that the warning message
        is no longer displayed.
    [5] Check the message_queue table and verify that the overdue
        notices generated in steps 2 and 4 have the same text.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 2bab95cac5f43b034adec36ec62a8c8f7f520627)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 5e7452758949e037fcf286cead721b559dd7d0e3)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 5e7452758949e037fcf286cead721b559dd7d0e3)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit cca7c4fbde1ba5074937251d9fd3c8b3d86deef7)

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

Summary of changes:
 C4/Letters.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list