mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Fix fieldeditor and neighbours for Unicode table- and columnnames
This commit is contained in:
@ -14,7 +14,7 @@ uses
|
||||
type
|
||||
// MySQL Index structure
|
||||
TMysqlIndex = record
|
||||
Name: String[64];
|
||||
Name: WideString;
|
||||
Columns: TStringList;
|
||||
Unique: Boolean;
|
||||
Fulltext: Boolean;
|
||||
|
Reference in New Issue
Block a user