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
Fix condition on Ascii String for SQL Server (#6389)
<!-- Fill in the relevant information below to help triage your pull
request. -->
| Q | A
|------------- | -----------
| Type | bug
| Fixed issues | #6245
#### Summary
This MR fixes a condition on SQL Server where `fixed` is always defined
as `true` or `false` so `return sprintf('VARCHAR(%d)', $length ?? 255);`
is always ignored.
0 commit comments