[koha-commits] main Koha release repository branch new/bug_9085 created. v3.08.00-1221-gcb6870d

Git repo owner gitmaster at git.koha-community.org
Tue Nov 20 13:08:38 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_9085 has been created
        at  cb6870d8d137611e37ccd1cade4e257072c20bed (commit)

- Log -----------------------------------------------------------------
commit cb6870d8d137611e37ccd1cade4e257072c20bed
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Wed Nov 14 15:36:21 2012 -0500

    Bug 9085 - Installer will not run with DEBUG set
    
    This is due to raising all db errors combined with the fact that attempts
    to make selections from a non-existent systempreferences table raises db errors.
    
    The installer should run even with DEBUG set, otherwise dropping and recreating
    a development database becomes somewhat of a chore. This patch adds code to
    check for the existence of the systempreferece table. If the table exists, then
    RaiseError is enabled on the database handle. Otherwise it is disabled to allow
    the installer to run without throwing an error.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    The installer can now be run both with and without DEBUG set.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    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