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: MSSQL foreign key lookup to include table schema
Use the fully qualified database/schema/table name when resolving
OBJECT_ID() for MSSQL foreign key metadata. This prevents SQL Server from
implicitly resolving tables under dbo when the table belongs to another
schema.
Also include the referenced table schema in the foreign key metadata so
references to non-dbo tables are preserved correctly.
Refs #2462
0 commit comments