[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.06-16-g76b797b

Git repo owner gitmaster at git.koha-community.org
Thu Jun 13 00:38:13 CEST 2019


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, 18.11.x has been updated
       via  76b797bb5fc8ea1d7b7af06406ad0787fc3941c9 (commit)
      from  e248c81b1ae14e8ee8766b41d5cd7f11c7098e91 (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 76b797bb5fc8ea1d7b7af06406ad0787fc3941c9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu May 30 09:36:31 2019 -0500

    Bug 22919: Fix insert of authorities_normal_marc21.sql with strict SQL modes
    
    If strict SQL modes are set, the insert of authorities_normal_marc21.sql
    will fail.
    
    Test plan:
    DELETE FROM auth_subfield_structure;
    DELETE FROM auth_tag_structure;
    DELETE FROM auth_types;
    SET sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
    source /home/vagrant/kohaclone/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql
    
    You should not see any errors.
    Without this patch you see:
    ERROR 1366 (22007) at line 280 in file:
    '/home/vagrant/kohaclone/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql':
    Incorrect integer value: ' for column 'linkid' at row 148
    '
    
    Signed-off-by: nabila <lovenabila at gmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 703ec1e2f24345146c997398b9c0cc492016455d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit e69744172a33165758562c6c786a1135361c7509)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql    |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list