Bugzilla – Attachment 184587 Details for
Bug 40006
Upgrading install.pl shows code vs HTML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40006: Remove dbh->do return value from updatedatabase output
Bug-40006-Remove-dbh-do-return-value-from-updateda.patch (text/plain), 1.12 KB, created by
Jonathan Druart
on 2025-07-24 11:17:55 UTC
(
hide
)
Description:
Bug 40006: Remove dbh->do return value from updatedatabase output
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-07-24 11:17:55 UTC
Size:
1.12 KB
patch
obsolete
>From 97e037c57c225d91632484c541007c712a454c71 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 24 Jul 2025 13:16:21 +0200 >Subject: [PATCH] Bug 40006: Remove dbh->do return value from updatedatabase > output > >There are 2 occurrences of "0E0" in the test suite output. > >We should remove them. > >Test plan: >root@kohadevbox:koha$ perl /kohadevbox/misc4dev/run_tests.pl --run-all-tests >And confirm that the 0E0 does no longer appear > >You can abort when the update DB process is done >--- > installer/data/mysql/db_revs/240600064.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/240600064.pl b/installer/data/mysql/db_revs/240600064.pl >index fce3f90d983..5a3ee72211a 100755 >--- a/installer/data/mysql/db_revs/240600064.pl >+++ b/installer/data/mysql/db_revs/240600064.pl >@@ -8,7 +8,7 @@ return { > my ($args) = @_; > my ( $dbh, $out ) = @$args{qw(dbh out)}; > >- say $dbh->do( >+ $dbh->do( > q{ > UPDATE columns_settings > SET columnname = REGEXP_REPLACE(columnname, '.*holdings_', '') >-- >2.34.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 40006
:
182806
|
182814
|
182815
| 184587