Bugzilla – Attachment 46107 Details for
Bug 15446
Koha::Object[s]->type should be renamed to _type to avoid conflict with column name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15446: Update systempreferences rows where type=YesNo and value=''
Bug-15446-Update-systempreferences-rows-where-type.patch (text/plain), 921 bytes, created by
Marc Véron
on 2015-12-31 10:53:37 UTC
(
hide
)
Description:
Bug 15446: Update systempreferences rows where type=YesNo and value=''
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-12-31 10:53:37 UTC
Size:
921 bytes
patch
obsolete
>From a101545bf9c49bf4b869b32c2448917048688ef9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 30 Dec 2015 17:19:02 +0000 >Subject: [PATCH] Bug 15446: Update systempreferences rows where type=YesNo > and value='' >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Marc Véron <veron@veron.ch> > >Amended to fix typo in sql statement. >--- > installer/data/mysql/atomicupdate/bug_15446.sql | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_15446.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_15446.sql b/installer/data/mysql/atomicupdate/bug_15446.sql >new file mode 100644 >index 0000000..c3f40e2 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_15446.sql >@@ -0,0 +1 @@ >+UPDATE systempreferences SET value="0" where type="YesNo" and value=";" >-- >1.7.10.4
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 15446
:
46095
|
46096
|
46097
|
46104
|
46105
|
46106
|
46107
|
46268
|
46424
|
46425
|
46426
|
46427
|
48005
|
48006
|
48007
|
48008
|
48019