Minor fixes

This commit is contained in:
Bernardo Damele
2010-05-30 14:53:13 +00:00
parent b380d34d3c
commit b798222dd7
6 changed files with 8 additions and 8 deletions

View File

@@ -775,7 +775,7 @@ class Enumeration:
plusOne = True
else:
plusOne = False
indexRange = getRange(count)
indexRange = getRange(count, plusOne=plusOne)
for index in indexRange:
if kb.dbms in ("SQLite", "Firebird"):