[koha-commits] main Koha release repository branch master updated. v19.11.00-1558-g9c383aa286

Git repo owner gitmaster at git.koha-community.org
Tue Mar 31 11:19:43 CEST 2020


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, master has been updated
       via  9c383aa286fee5a29c6f084873f2eb6644bad64f (commit)
      from  af1275ce7d285aaf179f9d25403b5a578b4f0d01 (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 9c383aa286fee5a29c6f084873f2eb6644bad64f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 23 17:21:24 2020 +0100

    Bug 23463: (follow-up 3) Fix timestamp default value
    
    This is the only situation I found where:
     * t/db_dependent/Koha/Item.t is passing
     * t/db_dependent/Koha/Object.t is passing
     * MySQL 8 is happy (and not fail with "Column 'timestamp' cannot be null"), which is certainly what I missed in the previous follow-up
    
    About the change to Object.t: the next store was called without the
    generated timestamp, so it is needed to call discard_changes.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Item.pm                 | 2 --
 Koha/Object.pm               | 2 +-
 t/db_dependent/Koha/Object.t | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list