Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too long table names #5

Open
alphaville opened this issue May 2, 2010 · 1 comment
Open

Too long table names #5

alphaville opened this issue May 2, 2010 · 1 comment
Labels

Comments

@alphaville
Copy link
Collaborator

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.

@alphaville
Copy link
Collaborator Author

(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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant