- added equo post install trigger
- solved contentDiff bad unicode strings issue git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1193 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -1490,6 +1490,7 @@ class etpDatabase:
|
||||
|
||||
def contentDiff(self, idpackage, content):
|
||||
self.checkReadOnly()
|
||||
self.connection.text_factory = lambda x: unicode(x, "raw_unicode_escape")
|
||||
# create a random table and fill
|
||||
randomtable = "cdiff"+str(entropyTools.getRandomNumber())
|
||||
self.cursor.execute('DROP TABLE IF EXISTS '+randomtable)
|
||||
|
||||
Reference in New Issue
Block a user