[horde] horde-webmail 1.2.6 sql inconsistencies

tom burkart horde at aussec.com
Sun May 30 05:34:09 UTC 2010


Hi,
Just wondering about the SQL inconsistencies between the  
groupware.pgsql.sql which in part says:
CREATE TABLE turba_shares_groups (
     ...
     group_uid VARCHAR(255) NOT NULL,
     ...
);

and the upgrade script 2.1_to_2.2_add_sql_share_tables.pgsql.sql which  
in part says:
CREATE TABLE turba_shares_groups (
     ...
     group_uid SMALLINT NOT NULL,
     ...
);

For ingo, kronolith, nag it seems to be consistently using varchar(255).
Mnemo has the same inconsistency as turba.
horde_groups still has an integer group_uid.

Bug, feature, oversight?

tom




More information about the horde mailing list