Class: SQLTree::Node::SubQuery
- Inherits:
-
SelectQuery
- Object
- Base
- SelectQuery
- SQLTree::Node::SubQuery
- Defined in:
- lib/active_record/turntable/sql_tree_patch.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from SelectQuery
parse_limit_clause, parse_offset_clause
Methods inherited from Base
Class Method Details
Instance Method Details
#to_sql(options = {}) ⇒ Object
141 142 143 |
# File 'lib/active_record/turntable/sql_tree_patch.rb', line 141 def to_sql( = {}) "(" + super() + ")" end |