diff --git a/libraries/entropy/db/__init__.py b/libraries/entropy/db/__init__.py index dbd3f0aa9..2d5bdd8a9 100644 --- a/libraries/entropy/db/__init__.py +++ b/libraries/entropy/db/__init__.py @@ -1861,7 +1861,7 @@ class EntropyRepository(EntropyRepositoryBase): # setup random table name randomtable = "cdiff%s" % (entropy.tools.get_random_number(),) - while self._doesTableExist(randomtable): + while self._doesTableExist(randomtable, temporary = True): randomtable = "cdiff%s" % (entropy.tools.get_random_number(),) # create random table