dbal icon indicating copy to clipboard operation
dbal copied to clipboard

Fix condition on Ascii String for SQL Server

Open Yovach opened this issue 1 year ago • 1 comments

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.

Yovach avatar May 06 '24 21:05 Yovach

Thanks for your pull request. Please create a test that covers your fix for SQL Server

SenseException avatar May 11 '24 20:05 SenseException