Trivial updates

This commit is contained in:
Miroslav Stampar
2024-06-26 13:21:01 +02:00
parent a79ed52463
commit 9a87f47777
5 changed files with 9 additions and 17 deletions

View File

@@ -204,7 +204,7 @@ def _goInferenceProxy(expression, fromUser=False, batch=False, unpack=True, char
if limitCond:
test = True
if not stopLimit or stopLimit <= 1:
if stopLimit is None or stopLimit <= 1:
if Backend.getIdentifiedDbms() in FROM_DUMMY_TABLE and expression.upper().endswith(FROM_DUMMY_TABLE[Backend.getIdentifiedDbms()]):
test = False