Class Index [+]

Quicksearch

Arel::Visitors::SQLite

Private Instance Methods

visit_Arel_Nodes_SelectStatement(o) click to toggle source
   # File lib/arel/visitors/sqlite.rb, line 5
5:       def visit_Arel_Nodes_SelectStatement o
6:         o.limit = 1 if o.offset && !o.limit
7:         super
8:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.