Description
Schema.sanitizeConnectionName can return a non compliant name (123Hello -> 23Hello) start with a number.
And function is not "constant" when apply twice (normally X -> Y -> Y), here 123Hello -> 23Hello -> 3Hello
Schema.sanitizeConnectionName can return a non compliant name (123Hello -> 23Hello) start with a number.
And function is not "constant" when apply twice (normally X -> Y -> Y), here 123Hello -> 23Hello -> 3Hello