Bugzilla – Attachment 30963 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]
Bug 12781: update_dbix_class_files.pl should use the preserve_case option
Bug-12781-updatedbixclassfilespl-should-use-the-pr.patch (text/plain), 951 bytes, created by
Chris Cormack
on 2014-08-19 07:25:16 UTC
(
hide
)
Description:
Bug 12781: update_dbix_class_files.pl should use the preserve_case option
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-08-19 07:25:16 UTC
Size:
951 bytes
patch
obsolete
>From fe03a5434142ea4a59b4ae5b8855c67fdc6530dc 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] 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> >--- > 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