
20 Jan
2003
20 Jan
'03
1:05 p.m.
Hi Andreas, On Mon, Jan 20, 2003 at 01:57:59PM +0100, Andreas Haase wrote:
in file DBUpdate-to-1.0.mysql.sql there is an sql error in the alter statement beginning in line 100.
ALTER TABLE charset MODIFY name VARCHAR (200) NOT NULL, charset VARCHAR (50) NOT NULL, comment VARCHAR (250) ;
should be
ALTER TABLE charset MODIFY name VARCHAR (200) NOT NULL, MODIFY charset VARCHAR (50) NOT NULL, MODIFY comment VARCHAR (250) ;
Thanks Andreas! :) I fixed it.
Andreas
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Perfection is our goal, excellence will be tolerated. -- J. Yahl