You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cases where the package name is long (e.g. 50 characters), a relational table is expected to have name longer that 128 characters which is the size limit imposed by the Derby server. We have to figure out a way to shorten table names if possible.
The text was updated successfully, but these errors were encountered:
(Almost) Fixed with the introduction of the annotation type @TableName. If users receive an error message concerning the automatically generated tableNames, they should alias the table name using @TableName("CUTE_NAME"). However, there should be some way to shorten very long table names...
In cases where the package name is long (e.g. 50 characters), a relational table is expected to have name longer that 128 characters which is the size limit imposed by the Derby server. We have to figure out a way to shorten table names if possible.
The text was updated successfully, but these errors were encountered: