phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-developers] mssql - schema_proc


From: sigurdne
Subject: [Phpgroupware-developers] mssql - schema_proc
Date: Mon, 17 Jan 2005 10:49:02 +0100

In order to be able to install on mssql – the columns that can take NULL has
to be explicitly told to:

Can some one please add this to class.schema_proc.inc.php on line 448 (HEAD v
1.10):

else
{
$sFieldSQL .= ' NULL';
}

This is posted as bug #3818  05/30/2003 (different line)  – but still valid.

Sigurd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]