HomeSort by relevance Sort by last modified time
    Searched refs:join_dict (Results 1 - 3 of 3) sorted by null

  /external/autotest/frontend/db/backends/afe/
compiler.py 9 for join_dict in self.query._custom_joins:
11 % (join_dict['join_type'],
12 _quote_name(join_dict['table']),
13 _quote_name(join_dict['alias']),
14 join_dict['condition']))
15 params.extend(join_dict['condition_values'])
  /external/autotest/frontend/db/backends/afe_sqlite/
compiler.py 9 for join_dict in self.query._custom_joins:
11 % (join_dict['join_type'],
12 _quote_name(join_dict['table']),
13 _quote_name(join_dict['alias']),
14 join_dict['condition']))
15 params.extend(join_dict['condition_values'])
  /external/autotest/frontend/afe/
model_logic.py 61 join_dict = dict(table=table,
66 self._custom_joins.append(join_dict)
    [all...]

Completed in 93 milliseconds