index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
arel
/
select_manager.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARel -> Arel
Xavier Noria
2013-04-14
1
-2
/
+2
*
GH-138: add Arel::SelectManager#projections method
Suraj N. Kurapati
2012-09-21
1
-0
/
+4
*
Support ANSI SQL2003 window functions.
Alexander Staubo
2012-02-22
1
-0
/
+6
*
bumping to 3.0.0
Aaron Patterson
2012-01-12
1
-4
/
+4
*
calling cache methods against the connection
Aaron Patterson
2011-11-19
1
-4
/
+4
*
Add SelectManager#distinct to set/unset the Arel::Nodes::Distinct.new quantifier
Jon Leighton
2011-11-04
1
-0
/
+8
*
Proposed fix for issue 79 - https://github.com/rails/arel/issues/79 - Pass th...
jsanders
2011-08-29
1
-1
/
+1
*
Add SelectManager#source method to get the source of the ctx
Jon Leighton
2011-08-11
1
-0
/
+4
*
Add SelectManager#projections= method to overwrite projections
Jon Leighton
2011-08-11
1
-0
/
+4
*
Make it the responsibility of the connection to hold on to a visitor for gene...
Jon Leighton
2011-08-08
1
-4
/
+5
*
Fixed deep copy bug in SelectManager clone
Arthur Taylor
2011-04-19
1
-0
/
+5
*
deprecating SelectManager#wheres method
Aaron Patterson
2011-04-11
1
-0
/
+1
*
use TableAlias nodes for aliasing subselects
Aaron Patterson
2011-03-30
1
-1
/
+1
*
Make SelectManager#as act like node predications
John Mileham
2011-03-25
1
-2
/
+2
*
supporting any node in SelectManager#from
Aaron Patterson
2011-03-23
1
-2
/
+6
*
assinging nil to an offset will remove the offset from the AST
Aaron Patterson
2011-02-25
1
-1
/
+10
*
Adding SelectManager#limit= and removing limit nodes when nil is assigned to ...
Aaron Patterson
2011-02-25
1
-2
/
+8
*
refactoring custom lock logic to use sql literals
Aaron Patterson
2011-02-21
1
-3
/
+9
*
Merge remote branch 'jstorimer/master' into omg
Aaron Patterson
2011-02-21
1
-1
/
+1
|
\
|
*
Allow database specific locking clauses to be used
Jesse Storimer
2011-01-20
1
-1
/
+1
*
|
Make #with chainable
Paul Sadauskas
2011-02-02
1
-0
/
+2
*
|
Added MINUS for Oracle
Brian Cardarella
2011-01-23
1
-0
/
+1
*
|
no need for is_a? check
Aaron Patterson
2011-01-22
1
-1
/
+1
*
|
other should not be optional
Aaron Patterson
2011-01-22
1
-6
/
+4
*
|
Added support for INTERSECT and EXCEPT
Brian Cardarella
2011-01-22
1
-0
/
+10
*
|
WTF, tabs?
Paul Sadauskas
2011-01-21
1
-16
/
+16
*
|
WITH expr as array in visitor
Paul Sadauskas
2011-01-21
1
-2
/
+1
*
|
With node takes an array, less code to determine alternative nodes
Paul Sadauskas
2011-01-21
1
-10
/
+2
*
|
Add support for WITH and UNION
Paul Sadauskas
2011-01-21
1
-0
/
+29
|
/
*
Allow HAVING to take multiple conditions, like WHERE
Jon Leighton
2011-01-04
1
-8
/
+12
*
Merge branch '2-0-stable' into merge
Aaron Patterson
2011-01-03
1
-2
/
+3
|
\
|
*
Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Able...
Viacheslav Petrenko
2011-01-03
1
-2
/
+3
|
*
refactoring where, fixing subselect
Aaron Patterson
2010-12-07
1
-5
/
+0
*
|
adding deprecation warning for where_clauses
Aaron Patterson
2010-12-26
1
-1
/
+3
*
|
testing binary ops in the dot visitor
Aaron Patterson
2010-12-25
1
-1
/
+2
*
|
adding join_sources so we can access the join sources of the select core
Aaron Patterson
2010-12-14
1
-0
/
+4
*
|
adding a join source node
Aaron Patterson
2010-12-14
1
-10
/
+9
*
|
deprecating SelectManager#insert
Aaron Patterson
2010-12-13
1
-3
/
+12
*
|
testing nary nodes in the depth first visitor
Aaron Patterson
2010-12-10
1
-1
/
+1
*
|
refactor SelectManager to use the create_join factory method
Aaron Patterson
2010-12-09
1
-3
/
+3
*
|
adding a factory method for and nodes
Aaron Patterson
2010-12-09
1
-1
/
+1
*
|
AND nodes are now n-ary
Aaron Patterson
2010-12-09
1
-8
/
+6
*
|
get from values out of the select manager
Aaron Patterson
2010-12-07
1
-0
/
+4
*
|
renaming froms to from
Aaron Patterson
2010-12-07
1
-3
/
+3
*
|
refactoring where, fixing subselect
Aaron Patterson
2010-12-07
1
-5
/
+0
*
|
only break backwards compatibility in major releases
Aaron Patterson
2010-12-03
1
-1
/
+1
*
|
attributes do not need a column member
Aaron Patterson
2010-12-03
1
-2
/
+2
|
/
*
deprecating the "joins" method
Aaron Patterson
2010-11-30
1
-0
/
+4
*
arel more nicely supports EXISTS queries
Aaron Patterson
2010-11-05
1
-0
/
+6
*
renaming @head to @ast
Aaron Patterson
2010-11-05
1
-10
/
+10
[next]