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
Multiple excluding clauses in MSSQL column listing SQL template were joined with and, producing impossible conditions. Fix changes join from and to or.
Files
src/sources/mssql/sql/list-all-columns.sql
Notes
Low risk, 1-line change (format directive: and → or)