Skip to content

Fix remaining provider time, constraint and schema regressions - #185

Merged
jogibear9988 merged 5 commits into
masterfrom
codex/remaining-provider-issues
Sep 22, 2026
Merged

jogibear9988 merged 5 commits into
masterfrom
codex/remaining-provider-issues

Conversation

@jogibear9988

@jogibear9988 jogibear9988 commented Sep 22, 2026 •

Copy link
Copy Markdown
Member

Time-of-day values were conflated with intervals, and quoted constraint names and qualified table names still broke catalog lookup or removal.

This change separates TimeOnly (DbType.Time) from TimeSpan (MigratorDbType.Interval), fixes native and legacy time defaults/parameters, and adds negative multi-day interval regressions. PostgreSQL/Oracle use native intervals; SQL Server/SQLite/MySQL/MariaDB use signed ticks. Informix Time now uses DATETIME HOUR TO SECOND. The migration guide documents the input change and engine precision limits.

It also fixes SQLite MATCH validation, escaped multipart identifiers, table-scoped constraint lookup/removal, and Oracle/SQL Server schema metadata. Unsupported SQLite MATCH modes fail before reconstruction changes data. ASE key names containing dots or apostrophes are explicitly rejected before DDL because the tested engine could create the punctuated name but could not remove its backing constraint. Spaced ASE constraint names have a passing create/inspect/drop regression.

Validation: full matrix run 35778092728 passed all 12 test jobs and the coverage gate at code commit 226c106: 809 passed, zero failures, zero skips. The subsequent commit f4329b3 changes documentation only. Local unit/SQLite selection: 299 passed.

Related: #33, #48, #54, #162. The audit also records the merged Oracle sequence ownership policy (#140). Schema support outside the covered operations still needs follow-up; this PR does not claim every provider operation is schema-aware. Issues #134 and #141 were verified against merged fixes, commented, and closed.

Copilot AI lite review requested due to automatic review settings September 22, 2026 19:42

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.

Copilot AI review requested due to automatic review settings September 22, 2026 19:50

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.

Copilot AI review requested due to automatic review settings September 22, 2026 19:56

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.

Copilot AI review requested due to automatic review settings September 22, 2026 20:05

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.

Copilot AI review requested due to automatic review settings September 22, 2026 20:12

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 marked this pull request as ready for review September 22, 2026 20:13
@jogibear9988
jogibear9988 merged commit ed162ba into master Sep 22, 2026
13 checks passed
@jogibear9988
jogibear9988 deleted the codex/remaining-provider-issues branch September 22, 2026 20:20
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