dbal
dbal copied to clipboard
Fix condition on Ascii String for SQL Server
| 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.
Thanks for your pull request. Please create a test that covers your fix for SQL Server