Skip to content

Fix consolidated migration history and SQLite collation rebuilds - #187

Merged
jogibear9988 merged 1 commit into
masterfrom
codex/mcc-v13-regressions
Sep 22, 2026
Merged

jogibear9988 merged 1 commit into
masterfrom
codex/mcc-v13-regressions

Conversation

@jogibear9988

Copy link
Copy Markdown
Member

Consolidated baselines can mark older migrations as applied, but the v13 runner still executed those steps from its precomputed plan. Recheck scope-specific history before each step, support history changes during downgrades, and avoid recording a self-recording baseline twice.

SQLite rebuilds now preserve declared column collations and expose them through metadata. Explicit collation changes retain constraints and roll back on uniqueness violations. Unsupported index-level collations still fail before replacing the table.

Adds regression coverage for scope isolation, transaction modes, rollback, collation parsing and comparison behavior, atomic SQLite identity/key creation, column quoting, and SQL Server/PostgreSQL renamed-table key naming. Updates the 12.1-to-13 migration guide with supported upgrade patterns.

Validation:

  • Regression tests added before fixes: 13 failed, 5 passed; all 18 now pass.
  • Full solution build passed.
  • Unit suite: 95 passed, 0 skipped.
  • SQLite suite: 223 passed, 0 skipped.
  • New SQL Server/PostgreSQL rename tests were attempted with unchanged configuration. Both failed during connection setup because the configured instances were unavailable locally; provider CI validation remains required.

Copilot AI lite review requested due to automatic review settings September 22, 2026 21:16

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@jogibear9988
jogibear9988 merged commit 2bf4ee5 into master Sep 22, 2026
12 checks passed
@jogibear9988
jogibear9988 deleted the codex/mcc-v13-regressions branch September 22, 2026 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants