Skip to Content.
Sympa Menu

en - [sympa-users] Sympa 5.0b + postgres bug

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Hargitai Gábor <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Sympa 5.0b + postgres bug
  • Date: Fri, 07 Jan 2005 12:36:44 +0100

Hi

I found a bug in 5.0b:
in List.pm in Line 9210
my $statement = "UPDATE subscriber_table SET subscribed_subscriber='1'
WHERE ((included_subscriber IS NULL || included_subscriber!='1') &&
(subscribed_subscriber IS NULL || subscribed_subscriber!='1'))";

the || and && operators aren't supported by postgresql. Replacing them
with OR and AND works fine.
--
Üdv
Gábor




Archive powered by MHonArc 2.6.19+.

Top of Page