Subject: Developers of Sympa
List archive
- From: "Erler Lars" <address@concealed>
- To: <address@concealed>
- Subject: AW: [sympa-dev] changes for mssql
- Date: Mon, 29 Nov 2004 11:51:08 +0100
Sry for my post, i saw it to late that i have to post this to the bugtracking
system ;-(
lars
-----Ursprüngliche Nachricht-----
Von: address@concealed [mailto:address@concealed]
Gesendet: Montag, 29. November 2004 11:48
An: address@concealed
Betreff: [sympa-dev] changes for mssql
Hello,
I'm now using (testing) Sympa with MSSQL with the Sybase Capability of Sympa.
I needed to make one small change in list.pm in order to use it properly:
Sympa is now writing the timestamp directly to the db, I removed the use of
changes from date to timestamp and back (with these changes I got an SQL
failure)
my %date_format = (
[...]
'Sybase' => '%s' # new version
# 'Sybase' => 'datediff(second, "01/01/1970",%s)'
},
'write' => {
[...]
'Sybase' => '%s' # new version
# 'Sybase' => 'dateadd(second,%s,"01/01/1970")'
}
);
I hope somebody could integrate this in sympa.
Lars
- AW: [sympa-dev] changes for mssql, Erler Lars, 11/29/2004
Archive powered by MHonArc 2.6.19+.