[ http://nagoya.apache.org/jira/browse/DERBY-50?page=comments#action_55666 ] Shreyas Kaushik commented on DERBY-50: --------------------------------------
It returned the correct value of 30. Has it been already fixed? > getMaxColumnNameLength() database metadata function returns incorrect value. > ---------------------------------------------------------------------------- > > Key: DERBY-50 > URL: http://nagoya.apache.org/jira/browse/DERBY-50 > Project: Derby > Type: Bug > Components: JDBC > Versions: 10.0.2.0 > Environment: Generic issue. Was reproduced on Windows platform. > Reporter: Satheesh Bandaram > > Database Metadata function getMaxColumnNameLength() should return 30. It > incorrectly returns 128. Derby restricts maximum column name length to be 30. > Similarly, the following metadata functions also return incorrect values: > getMaxCursorNameLength() = 18 > getMaxSchemaNameLength() = 30 > getMaxProcedureNameLength() = 128 > getMaxTableNameLength() = 128 > getMaxUserNameLength() = 30 > Note, there is some discussion in the derby developper list to increase > maximum length of most identifiers to 128. If that happens, these metadata > functions will need to be updated again. But for now, it these should return > actual limits that are currently enforced. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
