createrepo/__init__.py

[email protected]
Newsgroups gmane.linux.rpm.metadata
Message-ID <[email protected]>
 createrepo/__init__.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 774e0415d654f7a03136cfa1197240b4e3b26b14
Author: Seth Vidal <[email protected]>
Date:   Tue Aug 18 11:01:53 2009 -0400

    commit obviously broken pragma setting fix from [email protected]

diff --git a/createrepo/__init__.py b/createrepo/__init__.py
index a28433e..609569a 100644
--- a/createrepo/__init__.py
+++ b/createrepo/__init__.py
@@ -1199,7 +1199,7 @@ class MetaDataSqlite(object):
 
     def create_filelists_db(self):
         schema = [
-            """PRAGMA synchronous="0FF";""",
+            """PRAGMA synchronous="OFF";""",
             """pragma locking_mode="EXCLUSIVE";""",
             """CREATE TABLE db_info (dbversion INTEGER, checksum TEXT);""",
             """CREATE TABLE filelist (  pkgKey INTEGER,  dirname TEXT,  filenames TEXT,  filetypes TEXT);""",
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.