[koha-commits] main Koha release repository branch new/bug_9135 created. v3.08.00-1378-g0554a47

Git repo owner gitmaster at git.koha-community.org
Mon Dec 3 12:19:25 CET 2012


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, new/bug_9135 has been created
        at  0554a472d8ca7c979c88236a0740e52f0c37d20b (commit)

- Log -----------------------------------------------------------------
commit 0554a472d8ca7c979c88236a0740e52f0c37d20b
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri Nov 23 12:30:26 2012 -0500

    Bug 9135: updatedatabase.pl fails when DEBUG is set
    
    When the DEBUG environment variable is set to a true value, all DBI
    errors are treated as fatal. Unfortunately, duplicate keys are
    incredibly common in updatedatabase.pl, since sysprefs are often added
    in testing, then re-added once the patches have been pushed to master
    (or added when on a maintenance branch, and then re-added when the
    system is upgraded to either a newer maintenance branch or master).
    This patch disables fatal errors for the updatedatabase.pl script.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and perlcritic pass.
    To test, run from command line:
    export DEBUG=1
    installer/data/mysql/updatedatabase.pl
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    If a query causes an error, the script continues as expected.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list