Skip to content

fix: zombie import#541

Merged
gfyrag merged 2 commits into
mainfrom
fix/zombie-import
Jan 23, 2026
Merged

fix: zombie import#541
gfyrag merged 2 commits into
mainfrom
fix/zombie-import

Conversation

@gfyrag
Copy link
Copy Markdown
Contributor

@gfyrag gfyrag commented Jan 23, 2026

  • fix: zombie import
  • fix: remove zombie import

@gfyrag gfyrag requested a review from a team as a code owner January 23, 2026 10:44
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 23, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

Removed the anonymous import of the pgx driver from the connection initialization module. The pgx driver registration via side effect of the import statement is eliminated. No functional logic or error handling code paths are altered.

Changes

Cohort / File(s) Summary
Driver Import Removal
bun/bunconnect/connect.go
Removed anonymous import of pgx driver (_ "github.com/aws/advanced-go-wrapper/pgx-driver"), eliminating implicit driver registration while preserving all existing OpenSQLDB and OpenDBWithSchema logic

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A single import did depart,
The pgx driver from the start,
No logic changed, just swept away—
A cleaner connect.go today! 🚀

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/zombie-import

Comment @coderabbitai help to get the list of available commands and usage tips.

@gfyrag gfyrag added this pull request to the merge queue Jan 23, 2026
Merged via the queue into main with commit 6c6ceb8 Jan 23, 2026
3 of 4 checks passed
@gfyrag gfyrag deleted the fix/zombie-import branch January 23, 2026 10:45
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 28.76%. Comparing base (d0102d0) to head (1987bf7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #541   +/-   ##
=======================================
  Coverage   28.76%   28.76%           
=======================================
  Files         172      172           
  Lines        6804     6804           
=======================================
  Hits         1957     1957           
  Misses       4730     4730           
  Partials      117      117           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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