Updates_20260701 release prep#813
Merged
Merged
Conversation
- Bump @version_date to 20260701 across all 10 combined-install procs (minors unchanged) - Restore SET ANSI_NULLS ON + SET ANSI_PADDING ON to sp_IndexCleanup, sp_PerfCheck, sp_QuickieCache headers (parity with the other 7 procs; inert - no NULL comparisons) - Regenerate Install-All/DarlingData.sql Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates_20260701 release round
Version
@version_dateto20260701across all 10 combined-install procs. Minor versions unchanged (this round is a date bump, not a version bump).Fix
SET ANSI_NULLS ON;+SET ANSI_PADDING ON;to the headers of sp_IndexCleanup, sp_PerfCheck, and sp_QuickieCache — the only 3 procs missing them; the other 7 already lead with the canonical 9-line SET block. Behaviorally inert: none of the three contain= NULL/<> NULLcomparisons.Build
Install-All/DarlingData.sql.Validation
Updates_20260601— changed code rated clean.tempdb, dropped after) on SQL 2016 / 2017 / 2019 / 2022 / 2025 — 10/10 procs compile clean on every version (allCS_AScollation).🤖 Generated with Claude Code