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
Current translation of string padding could lead to data loss when padded value length is bigger than padding size due to behavior of PadLeft function.
At least PostgreSQL and probably MySql affected.
Also need to check same issue doesn't affect right padding.
Activity
add tests for #4799