From a762d43bdcbfca6a98cc5bdcae4ce705b696712c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 11 Aug 2018 16:13:54 +0200 Subject: [PATCH] Revert "inject: fix store of content with utf-8 chars" --- lib/entropy/db/sql.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/entropy/db/sql.py b/lib/entropy/db/sql.py index 3f6e1809b..152fb5a78 100644 --- a/lib/entropy/db/sql.py +++ b/lib/entropy/db/sql.py @@ -1751,9 +1751,6 @@ class EntropySQLRepository(EntropyRepositoryBase): x = self._iter.next() return self._package_id, x, self._content[x] - # Needed for fix files with not ascii chars - self._connection().unicode() - if already_formatted: self._cursor().executemany(""" INSERT INTO content VALUES (?, ?, ?)