Arel::Visitors::ToSql
Locks are not supported in SQLite
# File lib/arel/visitors/sqlite.rb, line 7 7: def visit_Arel_Nodes_Lock o 8: end
# File lib/arel/visitors/sqlite.rb, line 10 10: def visit_Arel_Nodes_SelectStatement o 11: o.limit = Arel::Nodes::Limit.new(1) if o.offset && !o.limit 12: super 13: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.