~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori-database.vala

  • Committer: Christian Dywan
  • Date: 2013-09-17 22:02:12 UTC
  • mto: This revision was merged to the branch mainline in revision 6405.
  • Revision ID: christian.dywan@canonical.com-20130917220212-4w2b10bxo9k58kav
Use Midori.Database in formhistory extension

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
            if (db.exec ("PRAGMA journal_mode = WAL; PRAGMA cache_size = 32100;") != Sqlite.OK)
50
50
                db.exec ("PRAGMA synchronous = NORMAL; PRAGMA temp_store = MEMORY;");
 
51
            db.exec ("PRAGMA count_changes = OFF;");
51
52
 
52
53
            exec_script ("Create");
53
54
            first_use = !exists;