mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed encoding issue while saving data in encoded charset other than 'utf-8'. Fixes #4684
This commit is contained in:
committed by
Akshay Joshi
parent
d8ad0b8faf
commit
52d031f2d0
@@ -724,7 +724,8 @@ def save(trans_id):
|
||||
'query_results': query_results,
|
||||
'_rowid': _rowid,
|
||||
'transaction_status': transaction_status
|
||||
}
|
||||
},
|
||||
encoding=conn.python_encoding
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user