Subject: Developers of Sympa
List archive
- From: address@concealed
- To: address@concealed
- Subject: [sympa-dev] changes for mssql
- Date: Mon, 29 Nov 2004 11:47:46 +0100
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
- [sympa-dev] changes for mssql, lars . erler, 11/29/2004
Archive powered by MHonArc 2.6.19+.