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
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
The text was updated successfully, but these errors were encountered: