Closed ninjadq closed 5 months ago
Hi,
When I use azuresql
as driver. The sql will executed with error like
mssql: Incorrect syntax near '?'
This PR can fix it.
Could someone help to review and merge it?
This would also fix my issue #928, thanks
When accessing azure managed sql server via Azure AD for authentication we need to use
azuresql
driverSo the behavior of
azuresql
is the same ofsqlserver
. But in our default bind doesn't include that driver nameThis PR added it to default bind with AT