Actions
Bug #1510
closedAliases names over 32 characters in length cause table problem errors
Start date:
05/06/2011
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
If one creates an alias with a name over 32 characters, it will cause table name problems when trying to use the alias (2.0RC1, updated a couple days ago).
It would be nice to catch this error. In the short term, modifying the hint text:
The name of the alias may only consist of the characters "a-z, A-Z and 0-9".
to:
The name of the alias may be 32 or fewer characters and only consist of "a-z, A-Z, 0-9 and _".
would help most people avoid the problem.
(killing two birds with that stone).
Actions