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

[dak/master] stop setting the db connection to latin1



Signed-off-by: Mike O'Connor <stew@vireo.org>
---
 dak/contents.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dak/contents.py b/dak/contents.py
index eb9e5c3..963bf49 100644
--- a/dak/contents.py
+++ b/dak/contents.py
@@ -88,9 +88,6 @@ log = logging.getLogger()
 
 ################################################################################
 
-# we unfortunately still have broken stuff in headers
-latin1_q = """SET CLIENT_ENCODING TO 'LATIN1'"""
-
 # get all the arches delivered for a given suite
 # this should probably exist somehere common
 arches_q = """PREPARE arches_q as
@@ -252,7 +249,6 @@ class Contents(object):
         pooldir = Config()[ 'Dir::Pool' ]
 
         cursor = DBConn().cursor();
-        cursor.execute( latin1_q )
         cursor.execute( debs_q )
         cursor.execute( olddeb_q )
         cursor.execute( arches_q )
-- 
1.5.6.5



Reply to: