Skip to content

Problem with non-default schema #214

@zmarrapese

Description

@zmarrapese

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.

Metadata

Metadata

Assignees

Labels

BugIssues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions