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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #337 from yahonda/support_oracle12_top_n_2
Aaron Patterson
2015-07-14
3
-2
/
+60
|
\
|
*
Create Arel::Visitors::Oracle12 to provide better top-N query
Yasuo Honda
2015-06-19
2
-0
/
+54
|
*
Extract visit_Arel_Nodes_SelectOptions
Yasuo Honda
2015-06-19
1
-2
/
+6
*
|
Merge pull request #361 from evgenim/master
Aaron Patterson
2015-07-14
1
-4
/
+10
|
\
\
|
*
|
Fix visit_Arel_Nodes_FullOuterJoin and visit_Arel_Nodes_RightOuterJoin to mak...
evgenim
2015-03-16
1
-4
/
+10
*
|
|
Follow up #370 for Oracle, to fix undefined method `expr' for 10:Fixnum bug.
Eric Guo
2015-07-14
1
-1
/
+1
*
|
|
No need to quote MySQL LIMIT
Jean Boussier
2015-07-10
1
-1
/
+1
|
|
/
|
/
|
*
|
Dont need to quote limit
Arthur Neves
2015-06-18
1
-3
/
+3
*
|
Move casted to its own file
Vipul A M
2015-05-31
2
-40
/
+41
|
/
*
Special limited delete handling in MSSQL
Tamir Duberstein
2015-02-23
2
-2
/
+19
*
Delete should respect 'limit'
Bradford Folkens
2015-02-23
4
-3
/
+11
*
Change the interface of `having` to match that of `where`
Sean Griffin
2015-01-27
6
-16
/
+18
*
Implement equality for `BindParam`
Sean Griffin
2015-01-25
1
-0
/
+3
*
Change the version to 7.0.0.alpha
Sean Griffin
2014-12-29
1
-1
/
+1
*
Allow a type caster to be given to the `Arel::Table` object
Sean Griffin
2014-12-29
5
-16
/
+55
*
Deprecate automatic type casting within Arel
Sean Griffin
2014-12-26
1
-0
/
+11
*
Allow for handling quoted values in ranges
Sean Griffin
2014-12-26
1
-6
/
+14
*
{Matches,DoesNotMatch} support the ESCAPE clause with PostgreSQL
Kazuya NUMATA
2014-12-25
1
-2
/
+14
*
💣
Sean Griffin
2014-12-04
1
-1
/
+1
*
Quoted nodes respond to `nil?` in the same way as `Casted` nodes
Sean Griffin
2014-12-04
1
-0
/
+1
*
Quoted nodes respond to the same method as Casted nodes
Sean Griffin
2014-12-04
1
-0
/
+1
*
Don't re-quote nodes which are already quoted
Sean Griffin
2014-12-02
1
-1
/
+1
*
Remove `engine` from `TreeManager` and subclasses
Sean Griffin
2014-11-29
8
-26
/
+16
*
Remove engine from the constructor arguments `Arel::Table`
Sean Griffin
2014-11-29
1
-40
/
+21
*
Remove deprecated method "Table#primary_key"
Sean Griffin
2014-11-26
2
-17
/
+18
*
remove extra space before 'ORDER BY'
Nihad Abbasov
2014-11-26
1
-1
/
+0
*
Prepare for 6.0.0
Rafael Mendonça França
2014-11-25
1
-1
/
+1
*
Support Oracle bind parameter value
Yasuo Honda
2014-11-20
1
-0
/
+4
*
Use class objects rather than strings for the dispatch cache
Sean Griffin
2014-11-18
2
-18
/
+10
*
Add order to BindParams in the ToSql collector
Sean Griffin
2014-11-17
6
-6
/
+21
*
cache the dispatch table on the depth first visitor
Aaron Patterson
2014-11-10
2
-6
/
+21
*
oops! that should not have been checked in
Aaron Patterson
2014-11-04
1
-2
/
+1
*
Look for `Enumerable` rather than `Array` in predicates
Sean Griffin
2014-11-02
1
-2
/
+2
*
Revert "Revert "Merge pull request #300 from jpcody/master""
Sean Griffin
2014-10-31
1
-4
/
+5
*
Bump to 6.0.0.beta2
Godfrey Chan
2014-10-30
1
-1
/
+1
*
Revert "Merge pull request #300 from jpcody/master"
Sean Griffin
2014-10-30
1
-5
/
+4
*
Dry up building quoted nodes in predication
Sean Griffin
2014-10-27
1
-15
/
+23
*
Deprecate passing ranges to `#in` and `#not_in`
Sean Griffin
2014-10-25
1
-35
/
+49
*
Refactor `#in` and `#not_in`
Sean Griffin
2014-10-25
1
-16
/
+20
*
Merge pull request #331 from sgrif/sg-in-should-not-break-queries
Sean Griffin
2014-10-24
1
-1
/
+1
|
\
|
*
`#not_in` with a range should respect proper precedence
Sean Griffin
2014-10-24
1
-1
/
+1
*
|
Binary nodes should not generate the same hash as nodes of other classes
Sean Griffin
2014-10-24
1
-1
/
+1
|
/
*
Completes 08e6491 in reusing `maybe_visit`
claudiob
2014-10-23
1
-3
/
+3
*
Reuse `maybe_visit` method
claudiob
2014-10-23
2
-18
/
+4
*
{Matches,DoesNotMatch} support the ESCAPE clause
Tamir Duberstein
2014-09-25
5
-20
/
+46
*
move the dispatch table to be per-instance
Aaron Patterson
2014-09-22
6
-19
/
+37
*
connections should cache these values, so remove the cache in arel
Aaron Patterson
2014-09-22
1
-4
/
+3
*
Merge pull request #167 from pparidans/informix-v9-support
Rafael Mendonça França
2014-09-17
1
-1
/
+1
|
\
|
*
Informix versions < 10 use 'FIRST' keyword instead of 'LIMIT'
Pierre Paridans
2014-09-16
1
-1
/
+1
*
|
Merge pull request #137 from dimko/visit_set
Rafael Mendonça França
2014-09-17
3
-0
/
+3
|
\
\
|
|
/
|
/
|
[next]