aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/visitors.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen_string_literal in all files in arelRafael Mendonça França2017-02-131-0/+1
|
* Delete not used codesyui-knk2016-02-061-23/+0
| | | | | These codes were introduced by 03724fb1789198cc394f6e8b69cf9404e03eddd7, and to be not used by 79411322ae225289e1c051f4f68ed84c6349e4a0.
* Create Arel::Visitors::Oracle12 to provide better top-N queryYasuo Honda2015-06-191-0/+1
| | | | to support `FETCH FIRST n ROWS` and `OFFSET` for Oracle 12c database
* removing unused join_sql methodAaron Patterson2014-04-081-1/+0
|
* remove order_clauses since we do not use itAaron Patterson2014-04-081-1/+0
|
* Added a basic test for the informix visitorMartin Little2011-05-161-0/+2
|
* replace 'LIMIT n' with 'FETCH FIRST n ROWS ONLY' when using ibm_dbShane Emmons2011-04-291-0/+2
|
* Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James ↵Viacheslav Petrenko2011-01-031-0/+3
| | | | Abley (https://github.com/jabley/arel).
* mostly implemented depth-first traversalAaron Patterson2010-11-291-0/+1
|
* adding default limits when there is an offset for sqlite and mysql [#5316 ↵Aaron Patterson2010-10-201-0/+3
| | | | state:resolved]
* adding a base class visitorAaron Patterson2010-10-191-0/+1
|
* implementing where_sql methodAaron Patterson2010-10-121-0/+1
|
* alias visitor_for to forAaron Patterson2010-10-031-0/+1
|
* adding an oracle visitorAaron Patterson2010-09-241-3/+5
|
* caching visitor on a per engine basisAaron Patterson2010-09-231-0/+20
|
* moving visitors aroundAaron Patterson2010-09-231-0/+6