-
Bug
-
Resolution: Fixed
-
Major
-
None
mysql ddl contains:
VERSION varchar(56) NOT NULL,
However, per definition, Maven versions can be up to 100 characters long (in hsql, ist VARCHAR(256) btw).
Since we encode branch names in our version, we break that 56 character boundry.
This column should conform to Maven rules for versions.
I initially tried 256 chars and faced a limitation with MySQL indexes. I forgot it this limitation was specific to a version of flavor of MySQL.
Which flavor and version of MySQL do you use?