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
make ascii control characters in object names illegal
It is a bad idea to create objects containing newlines or tabs but it's not that
easy to add those characters to the illegal_object_name_chars list.
So make them illegal by default.
Also add a usefull log message help debugging the issue.
Signed-off-by: Sven Nierlein <sven@consol.de>
0 commit comments