Skip to content

Resolve merge conflicts in PR #197 (MSSQL connector)#3

Merged
vkuttyp merged 2 commits intomainfrom
copilot/resolve-pull-request-conflicts
Feb 1, 2026
Merged

Resolve merge conflicts in PR #197 (MSSQL connector)#3
vkuttyp merged 2 commits intomainfrom
copilot/resolve-pull-request-conflicts

Conversation

Copy link

Copilot AI commented Feb 1, 2026

PR unjs#197 adding MSSQL connector support conflicts with upstream main due to overlapping changes in docker-compose.yaml, dependency files, and type definitions.

Changes

docker-compose.yaml

  • Applied port mapping to mssql service (ports: ["1433:1433"]) to match upstream's migration from network_mode: "host" for postgres/mysql

pnpm-lock.yaml

  • Regenerated lockfile to resolve dependency conflicts between both branches

src/types.ts

  • Merged upstream formatting changes with MSSQL dialect addition:
    export type SQLDialect = "mysql" | "postgresql" | "sqlite" | "libsql" | "mssql";

Other files

  • package.json: Combined dependency updates from both branches
  • tsconfig.json: Applied upstream configuration changes
  • Includes all MSSQL connector files, tests, and documentation from PR feat: MSSQL connector unjs/db0#197

Notes

Code review identified pre-existing connection pooling issues in the MSSQL connector (closes connection after each request, no dispose method). These should be addressed in a follow-up PR focused on connector improvements.

Original prompt

How to solve this https://github.com/unjs/db0/pull/197/conflicts


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

Resolved conflicts between PR unjs#197 (MSSQL connector) and upstream main:
- Updated docker-compose.yaml to use port mappings for all services (pg, mysql, mssql)
- Merged formatting changes in src/types.ts
- Merged package.json dependency updates
- Regenerated pnpm-lock.yaml to resolve merge conflicts
- Applied tsconfig.json updates from upstream
- Included all MSSQL connector files and tests

Build and lint verified successfully.

Co-authored-by: vkuttyp <146238+vkuttyp@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix conflicts in pull request #197 Resolve merge conflicts in PR #197 (MSSQL connector) Feb 1, 2026
Copilot AI requested a review from vkuttyp February 1, 2026 14:32
@vkuttyp vkuttyp marked this pull request as ready for review February 1, 2026 14:38
@vkuttyp vkuttyp merged commit 577a3d1 into main Feb 1, 2026
2 of 4 checks passed
@vkuttyp vkuttyp deleted the copilot/resolve-pull-request-conflicts branch February 1, 2026 14:52
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