From 60201f15ae7f092437a08efae728f66b56b14e04 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi 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 Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Changes make sense, tested by confirming that a patron modification request for B_ 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