method
subquery_for
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: AbstractMysqlAdapter
subquery_for(key, select)
protected
MySQL is too stupid to create a temporary table for use subquery, so we have to give it some prompting in the form of a subsubquery. Ugh!