mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
@@ -10312,7 +10312,7 @@ begin
|
||||
for i:=0 to NeededCols.Count-1 do begin
|
||||
j := FColumnOrgNames.IndexOf(NeededCols[i].Name);
|
||||
if j = -1 then
|
||||
raise EDbError.CreateFmt(_('Cannot compose WHERE clause - column missing: %s'), [NeededCols[i]]);
|
||||
raise EDbError.CreateFmt(_('Cannot compose WHERE clause - column missing: %s'), [NeededCols[i].Name]);
|
||||
if Result <> '' then
|
||||
Result := Result + ' AND';
|
||||
// See issue #769 and #2031 for why we need CastAsText
|
||||
|
||||
Reference in New Issue
Block a user