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.
Add a new feature to allow users to ignore scripting of the
FILLFACTORsetting via an option in thesqlct.config.jsonconfiguration file (for example,"ignoreFillFactor": true).FILLFACTORsettings should be omitted from generated scripts.FILLFACTORshould be scripted to match the source database unless the ignore option is set in the configuration.FILLFACTORscripting.Acceptance Criteria:
FILLFACTORis scripted by default unless disabled via the config file.FILLFACTORscripting via the config file works for all supported object types where applicable.