Revert "inject: fix store of content with utf-8 chars"
This commit is contained in:
committed by
GitHub
parent
f02c6be0ba
commit
a762d43bdc
@@ -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 (?, ?, ?)
|
||||
|
||||
Reference in New Issue
Block a user