ArchiveOrangemail archive

Commits to the Bucardo project


bucardo-commits.bucardo.org
(List home) (Recent threads) (5 other Bucardo lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
  • Low traffic list: less than 3 messages per day
  • This list contains about 1,675 messages, beginning Sep 2007
  • 1 messages added yesterday
Report the Spam
This button sends a spam report to the moderator. Please use it sparingly. For other removal requests, read this.
Are you sure? yes no

master/6e9b85c We have column names with underscores, thank you very much.

Ad
(Greg Sabino Mullane)1336678805Thu, 10 May 2012 19:40:05 +0000 (UTC)
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-----------------------------------------------------------------------

Summary of changes:
 bucardo |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
Home | About | Privacy