[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.20-47-gd010878

Git repo owner gitmaster at git.koha-community.org
Mon May 22 12:57:48 CEST 2017


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.22.x has been updated
       via  d010878098c742a2c6060c8dba5800ab1bc7603e (commit)
      from  ccfa35982f3f1c61f1e0082da4cce81d3aa8a577 (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 d010878098c742a2c6060c8dba5800ab1bc7603e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 6 10:12:20 2016 +0100

    Bug 17257: Fix add/edit patrons under MySQL 5.7
    
    If no guarantor is defined the patron won't be added/modified and an
    error will be raised:
    
    DBD::mysql::st execute failed: Incorrect integer value: '' for column
    'guarantorid'
    
    Test plan:
    Using MySQL 5.7 (and/or sql_mode=STRICT_TRANS_TABLES)
    Create a patron without guarantor
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Tested with MariaDB 10.0.30 (sql_mode='STRICT_TRANS_TABLES')
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 720071004516ec4e119dc5ec7f9538b56313b186)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 63823bbfcd66191f88b5f9359b1a743e71d69348)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Members.pm |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list