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

Extend notification property values column length #147

Open
mikron opened this issue Jul 24, 2020 · 2 comments
Open

Extend notification property values column length #147

mikron opened this issue Jul 24, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@mikron
Copy link
Collaborator

mikron commented Jul 24, 2020

There are situations when the email notification property values are longer than varchar 255, would be nice to have this values extended to the 32k or even biger.

@mikron mikron added the bug Something isn't working label Jul 24, 2020
@mikron
Copy link
Collaborator Author

mikron commented Jul 24, 2020

This are the comments from documentation of RDBMses
PostgreSQL - In any case, the longest possible character string that can be stored is about 1 GB
MySQL - 65,535
So I would suggest to update 65,534

@dnavre
Copy link
Collaborator

dnavre commented Jul 24, 2020

This are the comments from documentation of RDBMses
PostgreSQL - In any case, the longest possible character string that can be stored is about 1 GB
MySQL - 65,535
So I would suggest to update 65,534

What if we use different limitations on different databases? The only tricky thing is that when exceeding the limit we'll have to detect the error and raise the correct exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants