DeploymentContributorFilterer icon indicating copy to clipboard operation
DeploymentContributorFilterer copied to clipboard

Results 9 DeploymentContributorFilterer issues
Sort by recently updated
recently updated
newest added

Hi, has anyone figured out how to use this with Azure Data Studio's Publish command? I've tried setting up a publish profile and adding the parameters as new properties, but...

Even though I have specified to keep a column, the publish still fails if the table has data in it ('Rows were detected. The schema update is terminating because data...

The use case I am working on is a composite database project inheriting from a core database project and which just contains objects for a single schema owned by a...

This can be reproduced as follows. - Build the Dacpac project. - Replace the one in AgileSqlClub.SqlPackageFilter.IntegrationTests with the newly built one (the one currently there is missing the DEFAULT...

@GoEddie I am trying to ignore deploying the schema changes specific to "dbo" schema.. but instead it deploys those schema changes when using with IgnoreSchema filter.. ![image](https://user-images.githubusercontent.com/28302399/88504824-c92cd980-cfa3-11ea-937a-9219c9d0b23f.png) Please correct me...

An extended property filter would be very useful. In our databases we have thousands of table objects, views etc. but grouped by application. Not necessarily the name is enough to...

- The check for this depends on whether ObjectName is null - The assignment to ObjectName uses a conditional expression where, if match.Groups.Count > 0 something is assigned. - "the...

Team, I try to create role and the corresponding permissions within DACPAC. CREATE ROLE [eComExtractor] AUTHORIZATION [db_owner]; GO GRANT EXECUTE ON SCHEMA :: eCom TO [eComExtractor]; GO Role object and...