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
Fix compileColumnListing for tables with schema (#34076)
The compileColumnListing method did not work for tables in a non-default schema. It also listed too many columns for tables that appear in more than one schema.
Using SQL Server's object_id-function, in stead of obj.name, fixes this issue.
0 commit comments