mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Support Unicode in list of wanted database names.
This commit is contained in:
@ -40,7 +40,7 @@ type
|
||||
// but to keep the name short; this beats "TConnectionProfileDataAndConnectionObject", which I guess would be the proper name.
|
||||
TOpenConnProf = record
|
||||
MysqlParams : TMysqlConnParams; // stuff that needs to be shipped over to the mysql driver.
|
||||
DatabaseList : String;
|
||||
DatabaseList : WideString;
|
||||
DatabaseListSort : Boolean;
|
||||
Description : String;
|
||||
MysqlConn : TZConnection;
|
||||
|
Reference in New Issue
Block a user