You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2246 introduced a new property which determines if a DB2 database uses the specialized DB2 query or the standard query. When DB2 is set to use the standard query, database locks are added to every query (WITH RS USE AND KEEP UPDATE LOCKS) through the TaskQueryMapper/TaskQuerySqlProvider.
The text was updated successfully, but these errors were encountered:
#2246 introduced a new property which determines if a DB2 database uses the specialized DB2 query or the standard query. When DB2 is set to use the standard query, database locks are added to every query (WITH RS USE AND KEEP UPDATE LOCKS) through the TaskQueryMapper/TaskQuerySqlProvider.
The text was updated successfully, but these errors were encountered: