-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
bugSomething isn't workingSomething isn't workingfixed-pending-releaseFix in upcoming releaseFix in upcoming release
Milestone
Description
- SqlPackage or DacFx Version: All
- .NET Framework (Windows-only) or .NET Core: both
- Environment (local platform and source/target platforms): All
Steps to Reproduce:
- Create a sqlproject with partition function of BIT data type as below, and add few partitioned tables
CREATE PARTITION FUNCTION pfIsValid_0 (bit) AS RANGE LEFT FOR VALUES ( Convert(bit, 0), Convert(bit, 1)) - Publish the project.
- Re-publish the project and observe all the tables are getting rebuild.
Did this occur in prior versions? If not - which version(s) did it work in?
(DacFx/SqlPackage/SSMS/Azure Data Studio)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfixed-pending-releaseFix in upcoming releaseFix in upcoming release