[rygel] db: Remove obsolete SQLite pragma



commit bd6202261e84b7a0a64c13b787230dea55769b48
Author: Jens Georg <mail jensge org>
Date:   Tue Mar 1 22:00:13 2016 +0100

    db: Remove obsolete SQLite pragma
    
    Signed-off-by: Jens Georg <mail jensge org>

 src/librygel-db/database.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/librygel-db/database.vala b/src/librygel-db/database.vala
index 936fe12..af1f24d 100644
--- a/src/librygel-db/database.vala
+++ b/src/librygel-db/database.vala
@@ -179,7 +179,6 @@ public class Rygel.Database.Database : Object, Initable {
         debug ("Using database file %s", path);
 
         this.exec ("PRAGMA synchronous = OFF");
-        this.exec ("PRAGMA count_changes = OFF");
 
         if (Flags.SHARED in flags) {
             this.exec ("PRAGMA journal_mode = WAL");


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