This commit is contained in:
Miroslav Stampar
2015-12-29 13:19:25 +01:00
parent 849babaf8d
commit fc5802f461
3 changed files with 103 additions and 4 deletions

View File

@@ -238,7 +238,7 @@ class Databases:
return kb.data.cachedTables
message = "do you want to use common table existence check? %s" % ("[Y/n/q]" if Backend.getIdentifiedDbms() in (DBMS.ACCESS,) else "[y/N/q]")
message = "do you want to use common table existence check? %s " % ("[Y/n/q]" if Backend.getIdentifiedDbms() in (DBMS.ACCESS,) else "[y/N/q]")
test = readInput(message, default="Y" if "Y" in message else "N")
if test[0] in ("n", "N"):