Merge pull request #58 from Sabayon/revert-52-master
Revert "inject: fix store of content with utf-8 chars"
This commit is contained in:
@@ -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