mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
- Fix precedence logic so explicit options (hostname, port, username, password, database) now correctly override URL parameters instead of the other way around - Add 10 comprehensive tests verifying explicit options take precedence over URL parameters - Test both PostgreSQL and MySQL adapters with various combinations of explicit options - Test alternative option names (host, user, pass, db) - Ensure explicit options still take precedence even when environment variables are present - All 43 adapter tests and 29 main SQL tests continue to pass 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>