mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
Reinstate TZAbstractDatabaseMetadata.AddResultSetToCache(), disabling it caused grid updates to fail.
This commit is contained in:
@ -472,7 +472,6 @@ procedure TZAbstractDatabaseMetadata.AddResultSetToCache(const Key: string;
|
||||
var
|
||||
TempKey: IZAnyValue;
|
||||
begin
|
||||
Exit;
|
||||
TempKey := TZAnyValue.CreateWithString(Key);
|
||||
FCachedResultSets.Put(TempKey, CloneCachedResultSet(ResultSet));
|
||||
end;
|
||||
|
Reference in New Issue
Block a user