Minor bug fix with --sql-query/shell when providing a statement with DISTINCT

This commit is contained in:
Bernardo Damele
2010-01-05 16:15:31 +00:00
parent 954a927cee
commit 80df1fdcf9
5 changed files with 15 additions and 4 deletions

View File

@@ -1076,8 +1076,8 @@ class Enumeration:
dumper.dbTableValues(data)
def sqlQuery(self, query):
output = None
sqlType = None
output = None
sqlType = None
for sqlTitle, sqlStatements in SQL_STATEMENTS.items():
for sqlStatement in sqlStatements: