Skip to content

Add option to ignore FILLFACTOR setting in sqlct.config.json #59

@zacateras

Description

@zacateras

Add a new feature to allow users to ignore scripting of the FILLFACTOR setting via an option in the sqlct.config.json configuration file (for example, "ignoreFillFactor": true).

  • When enabled, FILLFACTOR settings should be omitted from generated scripts.
  • By default, FILLFACTOR should be scripted to match the source database unless the ignore option is set in the configuration.
  • Update documentation, sample config, and schema to reflect this new option.
  • Add unit and integration tests to verify config-driven control of FILLFACTOR scripting.

Acceptance Criteria:

  • FILLFACTOR is scripted by default unless disabled via the config file.
  • Suppressing FILLFACTOR scripting via the config file works for all supported object types where applicable.
  • Documentation and config help reflect this option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions