some more Sybase updates

This commit is contained in:
Miroslav Stampar
2011-02-19 18:04:27 +00:00
parent cec7694aac
commit b71bb321dd
4 changed files with 87 additions and 33 deletions

View File

@@ -639,7 +639,7 @@ class Agent:
limitedQuery = limitedQuery % fromFrom
limitedQuery += "=%d" % (num + 1)
elif Backend.getIdentifiedDbms() in (DBMS.MSSQL, DBMS.SYBASE):
elif Backend.getIdentifiedDbms() == DBMS.MSSQL:
forgeNotIn = True
if " ORDER BY " in limitedQuery: