mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +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