Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Bug: add colum char not varchar

Quote Reply
Bug: add colum char not varchar
Alex,

When adding in a new column, and picking a type 'char', we get 'char' rather than 'varchar'. Didn't the old default used to be 'varchar' ?? At least make that an option for MySQL users :)




PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Quote Reply
Re: [pugdog] Bug: add colum char not varchar In reply to
Hi,

Do you get a CHAR in the actual database? Links SQL will say CHAR regardless I believe. Also, MySQL will convert any CHAR's to VARCHAR's if the table already has an existing varchar/text.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Bug: add colum char not varchar In reply to
Ok,

MySQL does show it as a VarChar, but Links shows the originally created fields as "varchar" but the added fields as "char".

Confusing.




PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.