Kaydet (Commit) 994c842b authored tarafından Anssi Kääriäinen's avatar Anssi Kääriäinen

Fixed Oracle query failures caused by lookup refactor

Refs #21821.
üst 9d487ae2
......@@ -1061,7 +1061,7 @@ class Query(object):
if (connections[DEFAULT_DB_ALIAS].features.interprets_empty_strings_as_nulls and
lookups[-1] == 'exact' and value == ''):
value = True
lookups[-1] = ['isnull']
lookups[-1] = 'isnull'
return value, lookups
def solve_lookup_type(self, lookup):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment