You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: conn.config uses same Config class, connection settings read-only
- Connection.from_config() creates a Config instance for conn.config
- Database connection settings (host, port, user, password, use_tls, backend)
become read-only after connection is established
- Other settings remain mutable per-connection
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments