Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SQL Server operator precedence table
Specifically, binary logical operators have the same precedence as `+`/`-`. The table is now aligned with the referenced document, plus shift operators. They seem to have the same precedence as `+`/`-` according to manual tests; no documentation about this is available. Fixes dotnet#30248.
- Loading branch information