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
This adds the following features from the Microsoft SQL Server EXECUTE statement:
Support EXEC as an alias to EXECUTE
fixesapache#1275
Support schema qualified stored procedures
fixesapache#1276
support unnamed parameters in mssql EXECUTE stored procedure calls
fixesapache#1489
mssql supports
{ EXEC | EXECUTE }
for stored procedures - parser currently accepts onlyEXECUTE
The text was updated successfully, but these errors were encountered: