v.25.7Bug Fix (user-visible misbehavior in an official stable release)
Support input strings of type "FixedString(N)"
Functionstrim{Left,Right,Both}now support input strings of type "FixedString(N)". For example,SELECT trimBoth(toFixedString('abc', 3), 'ac')now works. #82691 (Robert Schulze).