mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Use Unicode enabled TStringList instead of TWideStringList in all places. Should have no visible effect, apart from a very minor performance optimization, as String reference pointers are handled by Delphi, WideString by Windows.
This commit is contained in:
@ -60,7 +60,7 @@ type
|
||||
|
||||
var
|
||||
MySQLKeywords: TStringList;
|
||||
MySQLErrorCodes: TWideStringList;
|
||||
MySQLErrorCodes: TStringList;
|
||||
|
||||
// MySQL data type categories
|
||||
DatatypeCategories: array[0..8] of TDatatypeCategory = (
|
||||
|
Reference in New Issue
Block a user