The branch, master has been updated
- Log -----------------------------------------------------------------
commit 6e9b85cf3161c4dea1be191b9c2fc4f726845784
Author: Greg Sabino Mullane
Date: Thu May 10 15:39:33 2012 -0400
We have column names with underscores, thank you very much.
diff --git a/bucardo b/bucardo
index f32573c..ffaac25 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