[banshee] BansheeDbConnection: remove obsolete pragma setting
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] BansheeDbConnection: remove obsolete pragma setting
- Date: Wed, 19 Jan 2011 01:17:20 +0000 (UTC)
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]