mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
Issue #12: clear internal cache when closing an SQLite connection
This commit is contained in:
@ -2444,6 +2444,7 @@ begin
|
||||
end;
|
||||
end else begin
|
||||
if FHandle <> nil then begin
|
||||
ClearCache(False);
|
||||
FLib.sqlite3_close(FHandle);
|
||||
FHandle := nil;
|
||||
FActive := False;
|
||||
|
Reference in New Issue
Block a user