Skip to content

partitioned Tables of BIT datatype are rebuilding without reason #458

@ssreerama

Description

@ssreerama
  • SqlPackage or DacFx Version: All
  • .NET Framework (Windows-only) or .NET Core: both
  • Environment (local platform and source/target platforms): All

Steps to Reproduce:

  1. 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))
  2. Publish the project.
  3. 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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions