Skip to content

Sync with upstream: Remove MSSQL support#4

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/sync-pr-with-db0
Draft

Sync with upstream: Remove MSSQL support#4
Copilot wants to merge 3 commits intomainfrom
copilot/sync-pr-with-db0

Conversation

Copy link

Copilot AI commented Feb 1, 2026

Syncs fork with upstream unjs/db0 (3 commits ahead). Primary change: upstream dropped MSSQL/SQL Server support.

Changes

Removed

  • MSSQL connector (src/connectors/mssql.ts)
  • tedious dependency from package.json (dev, peer, and peerMeta)
  • MSSQL tests and documentation
  • "mssql" from SQLDialect type union

Updated

  • Connector registry regenerated without MSSQL references
  • Test fixtures no longer handle MSSQL-specific SQL syntax
  • Docker Compose and CI workflows cleaned up
  • Coverage reporter changed from ["text", "clover", "json", "html"] to ["text", "clover", "json"]

Impact

All MSSQL connector functionality is removed. Applications using createDatabase() with connector: "mssql" will fail at runtime with type/import errors.

Original prompt

I want to sync this pr with https://github.com/unjs/db0 which is 3 commit ahead


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits February 1, 2026 15:01
Co-authored-by: vkuttyp <146238+vkuttyp@users.noreply.github.com>
Copilot AI changed the title [WIP] Sync PR with DB0 repository 3 commits ahead Sync with upstream: Remove MSSQL support Feb 1, 2026
Copilot AI requested a review from vkuttyp February 1, 2026 15:06
Copy link
Owner

@vkuttyp vkuttyp left a comment

Choose a reason for hiding this comment

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

All changes are perfect!

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