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
/
nodes
Commit message (
Expand
)
Author
Age
Files
Lines
*
added Casted#hash
Bert Bruynooghe
2016-02-17
1
-0
/
+4
*
* Support for bitwise operations as infix operators. Tests included.
Shahbaz Javeed
2016-01-06
2
-0
/
+55
*
Add database specific string concatenation
Keenan Brock
2016-01-05
1
-1
/
+6
*
Implement CASE Conditional Expression
Felix Bünemann
2016-01-05
1
-0
/
+57
*
Merge pull request #381 from carsonreinke/function_order
Rafael França
2015-12-17
1
-0
/
+1
|
\
|
*
Add OrderPredications back into Nodes::Function (removed with deprecation of ...
Carson Reinke
2015-07-23
1
-0
/
+1
*
|
Add case sensitive regexp
Keenan Brock
2015-12-05
2
-2
/
+14
*
|
Add case sensitive match
Keenan Brock
2015-12-05
1
-1
/
+3
|
/
*
Move casted to its own file
Vipul A M
2015-05-31
1
-0
/
+40
*
Delete should respect 'limit'
Bradford Folkens
2015-02-23
1
-0
/
+2
*
Change the interface of `having` to match that of `where`
Sean Griffin
2015-01-27
2
-6
/
+5
*
Implement equality for `BindParam`
Sean Griffin
2015-01-25
1
-0
/
+3
*
Allow a type caster to be given to the `Arel::Table` object
Sean Griffin
2014-12-29
1
-0
/
+8
*
Remove `engine` from `TreeManager` and subclasses
Sean Griffin
2014-11-29
1
-4
/
+0
*
Add order to BindParams in the ToSql collector
Sean Griffin
2014-11-17
2
-3
/
+6
*
Binary nodes should not generate the same hash as nodes of other classes
Sean Griffin
2014-10-24
1
-1
/
+1
*
{Matches,DoesNotMatch} support the ESCAPE clause
Tamir Duberstein
2014-09-25
2
-2
/
+14
*
Remove unused @alias, being referenced in hashing.
Vipul A M
2014-09-16
1
-1
/
+1
*
`Extract#as` should not mutate the receiver
Tamir Duberstein
2014-09-13
1
-10
/
+3
*
Windowing: Calling #rows or #range should assign framing only once.
Alexander Staubo
2014-06-22
1
-2
/
+10
*
Windowing support for PARTITION BY clause.
Alexander Staubo
2014-06-20
1
-2
/
+13
*
- Remove four year old deprecation
Vipul A M
2014-06-01
1
-5
/
+1
*
Allow INSERT INTO <table> SELECT queries
Jean Boussier
2014-04-10
1
-2
/
+5
*
Merge branch 'master' into collector
Aaron Patterson
2014-04-08
3
-0
/
+14
|
\
|
*
Add Regexp and NotRegexp nodes for PostgreSQL
James Le Cuirot
2014-04-08
1
-0
/
+2
|
*
Added right and full outer joins
Stephen Prater & Fire-Dragon-DoL
2014-03-30
2
-0
/
+12
*
|
bind visitor working with collector object
Aaron Patterson
2014-04-08
1
-1
/
+5
|
/
*
build quoted nodes in factory methods
Aaron Patterson
2014-03-24
1
-2
/
+0
*
add the casting node to the AST at build time
Aaron Patterson
2014-03-24
1
-0
/
+2
*
Remove deprecated Arel::Expression
Rafael Mendonça França
2014-02-10
3
-4
/
+0
*
Add :encode_with for proper YAML serialization
Ivan Antropov
2013-11-09
1
-0
/
+4
*
record who created the node when $DEBUG is true
Aaron Patterson
2013-05-20
1
-1
/
+8
*
call super from initialize
Aaron Patterson
2013-05-17
8
-0
/
+10
*
Add equality to ALL THE THINGS (that matter)
Ernie Miller
2012-08-18
14
-2
/
+174
*
Add Nodes::TableAlias#engine
Jon Leighton
2012-07-13
1
-0
/
+4
*
Remove ArgumentError.
Jon Leighton
2012-07-13
1
-2
/
+1
*
Include Predications in Grouping
Ernie Miller
2012-05-19
3
-7
/
+7
*
Must support aliases for OVER operator.
Alexander Staubo
2012-02-23
1
-0
/
+2
*
Add #extract, which produces ANSI SQL function EXTRACT(<field> from <expr>).
Alexander Staubo
2012-02-23
1
-0
/
+23
*
Support ANSI SQL2003 window functions.
Alexander Staubo
2012-02-22
4
-1
/
+95
*
bind parameters can be differentiated from sql literals
Aaron Patterson
2012-02-20
1
-0
/
+3
*
while using activerecord-sqlserver-adapter 3.1.5 with Rails 3.1 with Arel 2.2...
Adam H
2012-01-20
1
-1
/
+1
*
Allow using non-table alias as a rhs relation name, fix for #84 and #59
JoelJuliano
2011-10-30
1
-1
/
+1
*
Make it the responsibility of the connection to hold on to a visitor for gene...
Jon Leighton
2011-08-08
1
-2
/
+1
*
Support update statements containing joins
Jon Leighton
2011-08-08
1
-0
/
+4
*
Remove short circuit evaluation and leave AST as it is
Daniel Cadenas
2011-08-03
2
-22
/
+0
*
Add nodes for boolean constants
Daniel Cadenas
2011-08-03
2
-0
/
+34
*
Break Ordering into Ascending/Descending nodes, allow reversal
Ernie Miller
2011-06-15
4
-15
/
+48
*
Include Arel::Predicates to Arel::Nodes::Function so you can do table[:id].co...
Samuel Kadolph
2011-05-27
2
-2
/
+1
*
InfixOperations are valid value expressions per SQL99 BNF, and
Ernie Miller
2011-05-02
1
-0
/
+1
[next]