205 206 207 208
# File 'lib/sql/maker.rb', line 205 def where(where) cond = self._make_where_condition(where) return [cond.as_sql, cond.bind] end