mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Implement TPGConnection.SetCharacterSet to get a persistent utf-8 setting. Closes issue #22.
This commit is contained in:
@ -3346,7 +3346,8 @@ end;
|
||||
|
||||
procedure TPGConnection.SetCharacterSet(CharsetName: String);
|
||||
begin
|
||||
// Not in use. No charset stuff going on here?
|
||||
// See issue #22
|
||||
Query('SET CLIENT_ENCODING TO ' + EscapeString('UTF8'));
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user