|
From: Ladislav U. <lad...@we...> - 2005-10-13 15:26:06
|
Hello hermes developers,
We did have and issue related to the length of the DB field
ATTRIBUTE_REMOTE_HOST in hermes database. We use sub domains in our
project. It means that total length of host name is longer than 32
characters. We fixed the problem by expansion to 127 characters
Is it possible to expand it in CVS of hermes?
private static final DbColumn COLUMN_REMOTE_HOST =
new DbColumn(ATTRIBUTE_REMOTE_HOST, Types.VARCHAR, 32, false);
in the class DbTableManager
Thanx a lot
--
Ladislav Urban
CEO
Webswell Inc.
1333 Howe Avenue, Suite 100
Sacramento, 95825 CA
email: lad...@we...
phone: +1 (916) 290-2040
fax: +1 (916) 921-2850
http://www.webswell.com
|