[EMAIL PROTECTED] said:
> CREATE TABLE test1 (loader_id INTEGER PRIMARY KEY, loader_status
> VARCHAR(255));
> ALTER TABLE test1 ADD name VARCHAR(255);
> ALTER TABLE test1 ADD straße VARCHAR(255);
> ALTER TABLE test1 ADD plz VARCHAR(255);
>
> Raises an SQL error: malformed database schema - near "plz": syntax error
>
> The suspected bug is that the ALTER TABLE that adds straße should raise
> the error, not the following statement?

I'm guessing that "straße" was indeed what ticked off the engine, but it
took until "plz" for the parser to realize the problem.  Have you tried
using the 16 bit character functions instead?  The 8 bit functions could
be choking on the essen.

Clay Dowling
-- 
Simple Content Management
http://www.ceamus.com

Reply via email to