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
*
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
*
symbols work as sql literals
Aaron Patterson
2010-10-15
1
-1
/
+1
*
implementing where_sql method
Aaron Patterson
2010-10-12
1
-0
/
+7
*
refactoring join_sql to return nil if there are no sources
Aaron Patterson
2010-09-28
1
-0
/
+2
*
pass primary key name and value to ActiveRecord adapter insert method
Raimonds Simanovskis
2010-09-28
1
-2
/
+10
*
moving visitors around
Aaron Patterson
2010-09-23
1
-2
/
+3
*
from does not need to be a list
Aaron Patterson
2010-09-20
1
-7
/
+7
*
adding crazy code to fix the last two AR tests
Aaron Patterson
2010-09-20
1
-3
/
+33
*
if FROM is a string, convert to string literal
Aaron Patterson
2010-09-18
1
-0
/
+1
*
right side set to sqlliteral if it is a string
Aaron Patterson
2010-09-15
1
-1
/
+5
*
totally lame, but arel expects FROM to only be one item
Aaron Patterson
2010-09-12
1
-5
/
+1
*
order accepts symbols for clauses
Aaron Patterson
2010-09-12
1
-1
/
+1
*
supporting symbols for group statements
Aaron Patterson
2010-09-12
1
-0
/
+1
*
adding some backwards compatibility
Aaron Patterson
2010-09-12
1
-0
/
+4
*
implementing locked
Aaron Patterson
2010-09-10
1
-0
/
+4
*
adding some backwards compatibility for AR
Aaron Patterson
2010-09-10
1
-0
/
+2
*
adding "orders" method
Aaron Patterson
2010-09-10
1
-0
/
+4
*
adding an offset node
Aaron Patterson
2010-09-10
1
-0
/
+5
*
adding taken method to return the limit value
Aaron Patterson
2010-09-09
1
-1
/
+5
*
adding a deprecated method for rails
Aaron Patterson
2010-09-09
1
-0
/
+6
*
adding a Value node so that SqlLiteral values may be used
Aaron Patterson
2010-09-09
1
-0
/
+8
*
adding locking node to the AST
Aaron Patterson
2010-09-08
1
-0
/
+7
*
adding having nodes
Aaron Patterson
2010-09-08
1
-0
/
+5
*
on can take multiple args
Aaron Patterson
2010-09-07
1
-2
/
+13
*
group is implemented on table
Aaron Patterson
2010-09-07
1
-0
/
+3
*
group nodes are working!
Aaron Patterson
2010-09-07
1
-0
/
+7
*
nooping on nil parameters
Aaron Patterson
2010-09-07
1
-0
/
+2
*
getting better on joins
Aaron Patterson
2010-09-07
1
-0
/
+10
*
doing sql literal conversion
Aaron Patterson
2010-09-07
1
-1
/
+5
*
return sql literal nodes
Aaron Patterson
2010-08-24
1
-1
/
+3
*
adding order clauses method to the select manager
Aaron Patterson
2010-08-24
1
-1
/
+8
*
moving visitor logic to the visitor
Aaron Patterson
2010-08-24
1
-3
/
+1
*
adding string join nodes and a visitor to produce backwards compatible "join_...
Aaron Patterson
2010-08-24
1
-2
/
+4
*
not implementing to_a yet
Aaron Patterson
2010-08-23
1
-0
/
+4
*
project takes *args now
Aaron Patterson
2010-08-23
1
-2
/
+2
*
orders are working
Aaron Patterson
2010-08-22
1
-0
/
+5
[next]