Bugzilla – Attachment 94043 Details for
Bug 23809
Update to DB revision 16.12.00.032 fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23089: Correction to selectall_arrayref call.
Bug-23089-Correction-to-selectallarrayref-call.patch (text/plain), 1.07 KB, created by
Martin Renvoize (ashimema)
on 2019-10-14 08:58:56 UTC
(
hide
)
Description:
Bug 23089: Correction to selectall_arrayref call.
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-10-14 08:58:56 UTC
Size:
1.07 KB
patch
obsolete
>From 54db3503fef1d421910ea3f7830afb3cd2719381 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 14 Oct 2019 09:56:18 +0100 >Subject: [PATCH] Bug 23089: Correction to selectall_arrayref call. > >This patch adds the missing `{ Slice => {} }` attribute to the database >call introduced in bug 23265 to fix the use of Koha::Objects introduced >originally in bug 12063. > >https://bugs.koha-community.org/show_bug.cgi?id=23809 >--- > installer/data/mysql/updatedatabase.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index e3fc4ae6d5..2570cd8a28 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -14358,7 +14358,7 @@ if( CheckVersion( $DBversion ) ) { > SELECT expirationdate, waitingdate, branchcode > FROM reserves > WHERE found = 'W' AND priority = 0 >- |); >+ |, { Slice => {} }); > my $update_sth = $dbh->prepare(q| > UPDATE reserves > SET expirationdate = ? >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23809
:
94043
|
94044