On Fri Jul 12 06:35:03 2024 +0000, Hans Leidekker wrote:
changed this line in [version 2 of the diff](/wine/wine/-/merge_requests/6050/diffs?diff_id=121960&start_sha=8bead8919329c29043734f8eb770a858437d7073#1df680afc3a512e30078a935b3e8384cd3e63705_857_857)
I tested SQLSetConnectAttr() and it turns out that string value handling is broken for the ANSI version (it truncates the value to the first character). So we don't need to worry about conversion. We can use SQLSetConnectAttrW() instead as long as we're not passing any of these string attributes. I have added a patch to this effect.