| ASF |
#170069 |
Fri May 13 18:35:33 UTC 2005 |
bandaram |
DERBY-104: Increase ALL identifier lengths to 128.
Now all identifiers should have a max length of 128 (note: MAX_USERID_LENGTH is
unchanged).
What has been done:
1) Renamed DBLimit.java to Limits.java since it no longer contains
only DB2-compliant limits.
2) Changed DB2_MAX_IDENTIFIER_LENGTH18/30/128 to MAX_IDENTIFIER_LENGTH
and set it to 128
3) Updated the necessary tests and masters.
4) Extended lang/identifier.sql with positive and negative tests wrt
max id. length.
Fix submitted by Bernt Johnsen. (Bernt.Johnsen@Sun.COM)
|