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: handle bytes/string mismatch in replace at startup
Fix TypeError crashes when PostgreSQL returns bytes values:
- pgcli/main.py: Convert bytes to str in get_prompt() for user, host,
short_host, dbname, and transaction_indicator
- pgcli/pgcompleter.py: Decode bytes to str in escape_name() before
matching against name_pattern regex
0 commit comments