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:
Ansgar Becker
2010-01-14 19:41:58 +00:00
parent 1731e61570
commit 52ea8f410a
15 changed files with 189 additions and 189 deletions

View File

@ -60,7 +60,7 @@ type
var
MySQLKeywords: TStringList;
MySQLErrorCodes: TWideStringList;
MySQLErrorCodes: TStringList;
// MySQL data type categories
DatatypeCategories: array[0..8] of TDatatypeCategory = (