Revert "inject: fix store of content with utf-8 chars"

This commit is contained in:
Ettore Di Giacinto
2018-08-11 16:13:54 +02:00
committed by GitHub
parent f02c6be0ba
commit a762d43bdc

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