From 550f64cb2dfa84e6420235476c703f6adaa8b1e4 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 18 Jan 2020 18:01:38 +0000 Subject: [PATCH] mantis 8645: change sqlite (not exactly as provided patch) --- OpenSim/Data/SQLite/SQLiteSimulationData.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/OpenSim/Data/SQLite/SQLiteSimulationData.cs b/OpenSim/Data/SQLite/SQLiteSimulationData.cs index 1403a8f8e5..1a86fdee84 100644 --- a/OpenSim/Data/SQLite/SQLiteSimulationData.cs +++ b/OpenSim/Data/SQLite/SQLiteSimulationData.cs @@ -1058,10 +1058,8 @@ namespace OpenSim.Data.SQLite rowsToDelete.Add(rowToCheck); } for (int iter = 0; iter < rowsToDelete.Count; iter++) - { - rowsToDelete[iter].Delete(); landaccesslist.Rows.Remove(rowsToDelete[iter]); - } + rowsToDelete.Clear(); foreach (LandAccessEntry entry in parcel.LandData.ParcelAccessList) {