Bugzilla – Attachment 31014 Details for
Bug 12781
DBIx::Class schema should preserve case for column names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12781: update_dbix_class_files.pl should use the preserve_case option
PASSED-QA-Bug-12781-updatedbixclassfilespl-should-.patch (text/plain), 1.12 KB, created by
Katrin Fischer
on 2014-08-20 10:45:59 UTC
(
hide
)
Description:
[PASSED QA] Bug 12781: update_dbix_class_files.pl should use the preserve_case option
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-08-20 10:45:59 UTC
Size:
1.12 KB
patch
obsolete
>From 60201f15ae7f092437a08efae728f66b56b14e04 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Mon, 18 Aug 2014 13:10:06 -0300 >Subject: [PATCH] [PASSED QA] Bug 12781: update_dbix_class_files.pl should use > the preserve_case option > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Changes make sense, tested by confirming that a patron >modification request for B_<columns> no longer results in >an error message. >--- > misc/devel/update_dbix_class_files.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/devel/update_dbix_class_files.pl b/misc/devel/update_dbix_class_files.pl >index 08c0170..d231582 100755 >--- a/misc/devel/update_dbix_class_files.pl >+++ b/misc/devel/update_dbix_class_files.pl >@@ -41,6 +41,6 @@ GetOptions( > > make_schema_at( > "Koha::Schema", >- {debug => 1, dump_directory => $path}, >+ { debug => 1, dump_directory => $path, preserve_case => 1 }, > ["DBI:$db_driver:dbname=$db_name;host=$db_host;port=$db_port",$db_user, $db_passwd ] > ); >-- >1.9.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 12781
:
30948
|
30949
|
30963
|
30964
| 31014 |
31018