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

Strings which are too long cause exceptions #1131

Open
rdunlop opened this issue Oct 7, 2018 · 0 comments
Open

Strings which are too long cause exceptions #1131

rdunlop opened this issue Oct 7, 2018 · 0 comments

Comments

@rdunlop
Copy link
Owner

rdunlop commented Oct 7, 2018

if someone puts a really long description in their song entry, it can cause a db exception like
https://rollbar.com/rdunlop/Unicycling-Registration/items/245/

To fix this properly we should either:

  • put model-level limits to match the db-limits
  • remove the db limits by making them "Text" fields.

I don't know which is better right now.

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

No branches or pull requests

1 participant