From 6e9b85cf3161c4dea1be191b9c2fc4f726845784 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 10 May 2012 15:39:33 -0400 Subject: [PATCH] We have column names with underscores, thank you very much. --- bucardo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucardo b/bucardo index f32573c2c..ffaac25bc 100755 --- a/bucardo +++ b/bucardo @@ -4214,7 +4214,7 @@ sub update_sync { my ($setting,$value) = (lc $1,$2); ## No funny characters please, just boring column names - $setting =~ /^[a-z]+$/ or die "Invalid setting: $setting\n"; + $setting =~ /^[a-z_]+$/ or die "Invalid setting: $setting\n"; ## If we have not already, grab the current information for this sync ## We also use this to get the list of valid column names to modify -- 2.39.5