first commit toward v1.0 (it's smarter to start testing for pivot point from shorter column names as they tend to be some kind of identifiers)

This commit is contained in:
Miroslav Stampar 2011-04-11 09:40:52 +00:00
parent 30377621b8
commit e20848c711

View File

@ -1137,6 +1137,8 @@ class Enumeration:
else:
count = inject.getValue(query, blind=False)
colList = sorted(colList, key=lambda x: len(x))
for column in colList:
infoMsg = "fetching number of distinct "
infoMsg += "values for column '%s'" % column