MCPcopy
hub / github.com/django/django / get_direct_rhs_sql

Method get_direct_rhs_sql

django/db/models/lookups.py:736–737  ·  view source on GitHub ↗
(self, connection, rhs)

Source from the content-addressed store, hash-verified

734 return super().as_sql(compiler, connection)
735
736 def get_direct_rhs_sql(self, connection, rhs):
737 return connection.operators[self.lookup_name] % rhs
738
739 def get_bound_params(self, start, finish):
740 raise NotImplementedError(

Callers 1

as_sqlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected