[ http://issues.apache.org/jira/browse/DERBY-104?page=comments#action_64457 ] Bernt M. Johnsen commented on DERBY-104: ----------------------------------------
What I want to do: 1) Change the name of DB2Limit.java to Limits.java 2) Ensure that all DB2 related constants are prefixed by DB2_ There are now 6 constants which do not have the prefix: MIN_COL_LENGTH_FOR_CURRENT_USER MIN_COL_LENGTH_FOR_CURRENT_SCHEMA, MAX_USERID_LENGTH, MAX_DECIMAL_PRECISION_SCALE, DEFAULT_DECIMAL_PRECISION, DEFAULT_DECIMAL_SCALE These should get the DB2_ prefix if they are DB2-related (are they?) 3) DB2_MAX_IDENTIFIER_LENGTH18/30/128 changes to MAX_IDENITIFER_LENGTH which is set to 128 4) extend lang/indentifier.sql with positive and negative tests for more identifiers than table name (constraint, cursor, function, index, trigger, column, schema, savepoint and view names) > Get rid of the Max lenght of 18 for constraint names > ---------------------------------------------------- > > Key: DERBY-104 > URL: http://issues.apache.org/jira/browse/DERBY-104 > Project: Derby > Type: Wish > Reporter: Bernd Ruehlicke > Assignee: Bernt M. Johnsen > Priority: Minor > Attachments: derby-id-plus-renames-v2.patch > > If not unlimited than we should at least make them 80 (just to pick a > abitrary number) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
