You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Viens, Stephen" <St...@LibertyMutual.com> on 2005/03/03 15:06:46 UTC

Another jUDDI DB Change

I've expanded the size of all LANG_CODE columns in the jUDDI database
from VARCHAR(2) to VARCHAR(5).  No Java source was changed to implement
this fix so if you weren't using or having trouble with language code
values such as 'en-US' before then this change shouldn't break anything.


Tables that were changed include:

BUSINESS_DESCR
BUSINESS_NAME
CONTACT_DESCR
SERVICE_DESCR
SERVICE_NAME
BINDING_DESCR
TMODEL_INSTANCE_INFO_DESCR
INSTANCE_DETAILS_DESCR
INSTANCE_DETAILS_DOC_DESCR
TMODEL_DESCR
TMODEL_DOC_DESCR

This change was made to address issue# JUDDI-62:
http://issues.apache.org/jira/browse/JUDDI-62

Steve