Bugzilla – Attachment 187266 Details for
Bug 40936
Add index for default patron sort order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38330: (follow-up) Quote tagfield value to force VARCHAR comparisson
cfc2cd7.patch (text/plain), 1.15 KB, created by
Kyle M Hall (khall)
on 2025-10-02 12:12:53 UTC
(
hide
)
Description:
Bug 38330: (follow-up) Quote tagfield value to force VARCHAR comparisson
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2025-10-02 12:12:53 UTC
Size:
1.15 KB
patch
obsolete
>From cfc2cd7f7fe0a68c46692f7c7ef7eb8327ea523f Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Tom=C3=A1s=20Cohen=20Arazi?= <tomascohen@theke.io> >Date: Wed, 1 Oct 2025 11:05:49 -0300 >Subject: [PATCH] Bug 38330: (follow-up) Quote tagfield value to force VARCHAR > comparisson >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > installer/data/mysql/db_revs/250600020.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/250600020.pl b/installer/data/mysql/db_revs/250600020.pl >index b004c923128..85e092342d4 100755 >--- a/installer/data/mysql/db_revs/250600020.pl >+++ b/installer/data/mysql/db_revs/250600020.pl >@@ -61,7 +61,7 @@ return { > > $dbh->do( > q{ >- UPDATE marc_subfield_structure SET kohafield='biblio.opac_suppressed' WHERE tagfield=942 AND tagsubfield='n'; >+ UPDATE marc_subfield_structure SET kohafield='biblio.opac_suppressed' WHERE tagfield='942' AND tagsubfield='n'; > } > ); > >-- >2.39.5 (Apple Git-154)
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 40936
:
187258
|
187259
|
187260
|
187261
|
187262
|
187263
|
187264
|
187265
|
187266
|
187650