[banshee] BansheeDbConnection: remove obsolete pragma setting



commit 7aeae9a8da6d1ba85c51365fa108a5790e912b7b
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Jan 18 17:57:07 2011 -0600

    BansheeDbConnection: remove obsolete pragma setting

 .../Banshee.Database/BansheeDbConnection.cs        |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs b/src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs
index b9e4c23..e9bbbf5 100644
--- a/src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs
+++ b/src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs
@@ -64,7 +64,6 @@ namespace Banshee.Database
             Execute ("PRAGMA cache_size = ?", cache_size);
             Execute ("PRAGMA synchronous = OFF");
             Execute ("PRAGMA temp_store = MEMORY");
-            Execute ("PRAGMA count_changes = OFF");
 
             // TODO didn't want this on b/c smart playlists used to rely on it, but
             // now they shouldn't b/c we have smart custom functions we use for sorting/searching.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]