Minor update for Issue #209

This commit is contained in:
Miroslav Stampar
2012-10-21 18:53:31 +02:00
parent 261b286021
commit fb1497aa89
4 changed files with 4 additions and 4 deletions

View File

@@ -204,7 +204,7 @@ def __goInferenceProxy(expression, fromUser=False, batch=False, unpack=True, cha
# (or similar depending on the back-end DBMS) can return
# multiple entries
if limitCond:
if limitRegExp:
if limitRegExp and stopLimit is not None:
stopLimit = int(stopLimit)
# From now on we need only the expression until the " LIMIT "