minor update

This commit is contained in:
Miroslav Stampar 2012-03-08 15:30:23 +00:00
parent 2ab80bfb2c
commit 68b9d48d0a

View File

@ -2131,12 +2131,6 @@ class Enumeration:
errMsg += "back-end DBMS is MySQL < 5.0"
bruteForce = True
elif Backend.isDbms(DBMS.ACCESS):
errMsg = "cannot retrieve column names, "
errMsg += "back-end DBMS is Access"
logger.error(errMsg)
bruteForce = True
if bruteForce:
message = "do you want to use common columns existence check? [Y/n/q]"
test = readInput(message, default="Y")