-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Description
YAF does not work correctly when putting in a non-default (ie. non-"dbo") schema.
Example: install\mssql\constraints.sql L1236 is:
exec('[{databaseOwner}].[{objectQualifier}drop_defaultconstraint_oncolumn] {objectQualifier}ActiveAccess, IsGuestX')
This doesn't qualify ActiveAccess with {databaseOwner}.
There are several other areas with the same type of issue.
This can be reproduced by attempting to install YAF on MSSQL Server with a schema of "yaf" defined in the app.config.