aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/select_manager.rb
Commit message (Expand)AuthorAgeFilesLines
* Inject the visitor rather than relying on other objects internalsSean Griffin2015-12-171-1/+1
* Dont need to quote limitArthur Neves2015-06-181-3/+3
* Change the interface of `having` to match that of `where`Sean Griffin2015-01-271-2/+2
* Remove `engine` from `TreeManager` and subclassesSean Griffin2014-11-291-4/+4
* Add SelectManager#distinct_on to set/unset Arel::Nodes::DistinctOn quantifierMax Holder2014-08-301-0/+9
* Arel doesn't depend on activesupport and doesn't have "String#blank?"Vipul A M2014-06-011-1/+1
* Merge pull request #272 from jduff/rebased_outer_joinRafael Mendonça França2014-05-191-0/+4
|\
| * convenience method for outer_joinBrian Hahn2014-05-181-0/+4
* | Merge pull request #267 from jordansexton/patch-1Rafael Mendonça França2014-05-191-0/+1
|\ \ | |/ |/|
| * Return self from #distinct so it's chainableJordan Sexton2014-05-171-0/+1
* | Remove old FIXME commentArthur Neves2014-05-071-3/+0
|/
* Merge branch 'master' into collectorAaron Patterson2014-04-081-7/+0
|\
| * removing unused join_sql methodAaron Patterson2014-04-081-7/+0
* | making some of the sql manager tests passAaron Patterson2014-04-081-1/+3
|/
* remove order_clauses since we do not use itAaron Patterson2014-04-081-7/+0
* take in to account quoted and translated valuesAaron Patterson2014-03-251-1/+1
* build quoted stringsAaron Patterson2014-03-241-2/+2
* Remove deprecated Arel::SqlLiteralRafael Mendonça França2014-02-101-1/+1
* Remove deprecated `SelectManager#joins`Vipul A M2014-02-101-8/+0
* Remove deprecated `SelectManager#to_a`Vipul A M2014-02-101-6/+0
* Extract comparison array to a constant for the time being until removing the ...Vipul A M2014-01-071-2/+4
* Remove deprecated calls to `SelectManager#wheres` with no replacementVipul A M2013-11-101-5/+0
* Remove deprecated calls to `SelectManage#insert` with preference to using `co...Vipul A M2013-11-101-25/+0
* Remove deprecated calls to using `where_clauses`Vipul A M2013-11-101-8/+0
* ARel -> ArelXavier Noria2013-04-141-2/+2
* GH-138: add Arel::SelectManager#projections methodSuraj N. Kurapati2012-09-211-0/+4
* Support ANSI SQL2003 window functions.Alexander Staubo2012-02-221-0/+6
* bumping to 3.0.0Aaron Patterson2012-01-121-4/+4
* calling cache methods against the connectionAaron Patterson2011-11-191-4/+4
* Add SelectManager#distinct to set/unset the Arel::Nodes::Distinct.new quantifierJon Leighton2011-11-041-0/+8
* Proposed fix for issue 79 - https://github.com/rails/arel/issues/79 - Pass th...jsanders2011-08-291-1/+1
* Add SelectManager#source method to get the source of the ctxJon Leighton2011-08-111-0/+4
* Add SelectManager#projections= method to overwrite projectionsJon Leighton2011-08-111-0/+4
* Make it the responsibility of the connection to hold on to a visitor for gene...Jon Leighton2011-08-081-4/+5
* Fixed deep copy bug in SelectManager cloneArthur Taylor2011-04-191-0/+5
* deprecating SelectManager#wheres methodAaron Patterson2011-04-111-0/+1
* use TableAlias nodes for aliasing subselectsAaron Patterson2011-03-301-1/+1
* Make SelectManager#as act like node predicationsJohn Mileham2011-03-251-2/+2
* supporting any node in SelectManager#fromAaron Patterson2011-03-231-2/+6
* assinging nil to an offset will remove the offset from the ASTAaron Patterson2011-02-251-1/+10
* Adding SelectManager#limit= and removing limit nodes when nil is assigned to ...Aaron Patterson2011-02-251-2/+8
* refactoring custom lock logic to use sql literalsAaron Patterson2011-02-211-3/+9
* Merge remote branch 'jstorimer/master' into omgAaron Patterson2011-02-211-1/+1
|\
| * Allow database specific locking clauses to be usedJesse Storimer2011-01-201-1/+1
* | Make #with chainablePaul Sadauskas2011-02-021-0/+2
* | Added MINUS for OracleBrian Cardarella2011-01-231-0/+1
* | no need for is_a? checkAaron Patterson2011-01-221-1/+1
* | other should not be optionalAaron Patterson2011-01-221-6/+4
* | Added support for INTERSECT and EXCEPTBrian Cardarella2011-01-221-0/+10
* | WTF, tabs?Paul Sadauskas2011-01-211-16/+16