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
{{ message }}
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
I'd like to further increase the allowed length of comment (and prevent the silent truncation of comments with unicode that needs > 255 bytes). This is made difficult by the fact that comment is a varchar(255). I don't quite know what to do here.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like to further increase the allowed length of
comment
(and prevent the silent truncation of comments with unicode that needs > 255 bytes). This is made difficult by the fact thatcomment
is avarchar(255)
. I don't quite know what to do here.The text was updated successfully, but these errors were encountered: