Merge pull request #58 from Sabayon/revert-52-master

Revert "inject: fix store of content with utf-8 chars"
This commit is contained in:
Ettore Di Giacinto
2018-08-14 17:41:26 +02:00
committed by GitHub

View File

@@ -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 (?, ?, ?)