Fix fieldeditor and neighbours for Unicode table- and columnnames

This commit is contained in:
Ansgar Becker
2008-08-19 22:48:05 +00:00
parent 03550f32a0
commit dedc3d92b1
4 changed files with 15 additions and 15 deletions

View File

@ -14,7 +14,7 @@ uses
type
// MySQL Index structure
TMysqlIndex = record
Name: String[64];
Name: WideString;
Columns: TStringList;
Unique: Boolean;
Fulltext: Boolean;