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
However, this is incorrect... VCHAR is %x21-7E and obs-text is %x80-FF, so there's actually a one character gap in the middle of the range: \x7f (DEL) should not be included.
Of course, we might need to relax these checks anyway (#57), but if we do this should be intentional, not an accident :-)