Skip to Content.
Sympa Menu

devel - Bug: Sympa 3.1.1 and Sybase

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Michail Bachmann <address@concealed>
  • To: address@concealed
  • Subject: Bug: Sympa 3.1.1 and Sybase
  • Date: Mon, 21 May 2001 17:08:53 +0200


There is a bug in List.pm, when using sympa with the Sybase RDBMS.

A patch (diff -u) is attached.

CU Micha

--
Michail Bachmann
Rechenzentrum Humbold-Universitaet zu Berlin
e-mail: address@concealed
phone: +49 30 2093 2401
--- List.pm.orig Mon May 21 16:57:40 2001
+++ List.pm Mon May 21 16:57:51 2001
@@ -2319,7 +2319,7 @@
## Sybase
}elsif ($Conf{'db_type'} eq 'Sybase'){

- $statement = sprintf "SELECT user_subscriber \"email\"
comment_subscriber \"gecos\", reception_subscriber \"reception\",
visibility_subscriber \"visibility\", bounce_subscriber \"bounce\", %s
\"date\" FROM subscriber_table WHERE (list_subscriber = %s %s)", $date_field,
$dbh->quote($name), $selection;
+ $statement = sprintf "SELECT user_subscriber \"email\",
comment_subscriber \"gecos\", reception_subscriber \"reception\",
visibility_subscriber \"visibility\", bounce_subscriber \"bounce\", %s
\"date\" FROM subscriber_table WHERE (list_subscriber = %s %s)", $date_field,
$dbh->quote($name), $selection;

## SORT BY
if ($sortby eq 'domain') {


  • Bug: Sympa 3.1.1 and Sybase, Michail Bachmann, 05/21/2001

Archive powered by MHonArc 2.6.19+.

Top of Page