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
fix: Remove charset setting - let server control encoding
Database charset/encoding should be configured on the server,
not the client. Removes:
- charset from ConnectionSettings
- charset from connection template
- charset parameter from adapter connect calls
- charset from thread-safe mode spec
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments