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
/
visitors
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into Khronos/master
Aaron Patterson
2011-06-27
5
-18
/
+76
|
\
|
*
visitors can define their own cache strategy for dispatch. fixes #57
Aaron Patterson
2011-06-27
1
-4
/
+8
|
*
Merge pull request #60 from arkadiyk/master
Aaron Patterson
2011-06-24
1
-9
/
+59
|
|
\
|
|
*
remove unnecessary guarding agains literal
arkadiy kraportov
2011-06-10
1
-10
/
+0
|
|
*
LIMIT and OFFSET support for MS SQL
arkadiy kraportov
2011-06-09
1
-9
/
+69
|
*
|
Break Ordering into Ascending/Descending nodes, allow reversal
Ernie Miller
2011-06-15
3
-4
/
+7
|
|
/
|
*
do not cache sql literal values
Aaron Patterson
2011-05-17
1
-1
/
+2
*
|
Removed some old dev code
Martin Little
2011-05-16
1
-7
/
+0
*
|
Added initial informix visitor support
Martin Little
2011-05-16
1
-0
/
+40
|
/
*
refactoring to a method
Aaron Patterson
2011-05-10
1
-3
/
+11
*
Make ToSql more thread safe.
Damon McCormick + Cameron Walters
2011-05-10
1
-5
/
+4
*
Merge branch 'master' of github.com:rails/arel
Aaron Patterson
2011-04-29
1
-0
/
+12
|
\
|
*
replace 'LIMIT n' with 'FETCH FIRST n ROWS ONLY' when using ibm_db
Shane Emmons
2011-04-29
1
-0
/
+12
*
|
removing the aliased orders method from the pg visitor
Aaron Patterson
2011-04-28
1
-13
/
+0
|
/
*
raising not implemented exceptions for distinct on where it is not supported
Aaron Patterson
2011-04-21
1
-0
/
+4
*
adding Distinct ON node
Aaron Patterson
2011-04-21
2
-27
/
+4
*
adding a DISTINCT node
Aaron Patterson
2011-04-21
1
-0
/
+5
*
adding a Bin node to emit mysql BINARY keywords
Aaron Patterson
2011-04-11
2
-0
/
+8
*
use TableAlias nodes for aliasing subselects
Aaron Patterson
2011-03-30
1
-1
/
+1
*
allowing sql literals for values in insert statements
Aaron Patterson
2011-03-21
1
-1
/
+5
*
Merge branch 'master' of github.com:rails/arel
Aaron Patterson
2011-03-21
1
-13
/
+6
|
\
|
*
Replace MathOperation with InfixOperation to support more operators
Ernie Miller
2011-03-09
1
-13
/
+6
*
|
Fixes rails bug #6058.
Hugo Peixoto
2011-03-21
1
-0
/
+1
|
/
*
Merge branch 'master' of github.com:rails/arel
Aaron Patterson
2011-03-07
1
-1
/
+1
|
\
|
*
Add an #table_name method to Table and TableAlias, which always returns the a...
Jon Leighton
2011-03-04
1
-1
/
+1
*
|
Merge remote branch 'stiff/master' into omg
Aaron Patterson
2011-03-07
1
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
implemented support for math operations in numeric attributes
Vladimir Meremyanin
2011-01-29
1
-0
/
+16
*
|
refactoring custom lock logic to use sql literals
Aaron Patterson
2011-02-21
2
-10
/
+2
*
|
Lock should be a unary node
Aaron Patterson
2011-02-21
2
-4
/
+4
*
|
Merge remote branch 'jstorimer/master' into omg
Aaron Patterson
2011-02-21
2
-2
/
+10
|
\
\
|
*
|
Allow database specific locking clauses to be used
Jesse Storimer
2011-01-20
2
-2
/
+10
*
|
|
use the cache mechanism in the connection pool rather than our own cache
Aaron Patterson
2011-02-07
1
-28
/
+3
*
|
|
adding TOP to sub selects for mssql
Aaron Patterson
2011-02-02
2
-9
/
+19
|
|
/
|
/
|
*
|
Added MINUS for Oracle
Brian Cardarella
2011-01-23
1
-0
/
+4
*
|
Added support for INTERSECT and EXCEPT
Brian Cardarella
2011-01-22
1
-0
/
+8
*
|
WTF, tabs?
Paul Sadauskas
2011-01-21
1
-17
/
+17
*
|
WITH expr as array in visitor
Paul Sadauskas
2011-01-21
1
-2
/
+2
*
|
Don't need with_recursive
Paul Sadauskas
2011-01-21
1
-1
/
+0
*
|
Add support for WITH and UNION
Paul Sadauskas
2011-01-21
1
-0
/
+18
|
/
*
Added Arel::Nodes::NamedFunction for representing generic SQL functions
Aaron Patterson
2011-01-04
3
-7
/
+32
*
Merge branch '2-0-stable'
Aaron Patterson
2011-01-04
1
-1
/
+0
|
\
|
*
visiting via superclass is OK, since module definitions help delegate
Aaron Patterson
2011-01-04
1
-1
/
+0
*
|
Merge branch '2-0-stable'
Aaron Patterson
2011-01-03
2
-2
/
+2
|
\
|
|
*
adding better tests surrounding limits in adapter visitors
Aaron Patterson
2011-01-03
2
-2
/
+2
*
|
Merge branch '2-0-stable'
Aaron Patterson
2011-01-03
1
-1
/
+0
|
\
|
|
*
should return nil instead of empty string
Aaron Patterson
2011-01-03
1
-1
/
+0
*
|
Merge branch '2-0-stable'
Aaron Patterson
2011-01-03
1
-3
/
+4
|
\
|
|
*
we do not need to modify the AST
Aaron Patterson
2011-01-03
1
-3
/
+4
|
*
fixing tests for oracle visitor
Aaron Patterson
2011-01-03
1
-1
/
+2
|
*
fisting lots of oracle errors
Aaron Patterson
2011-01-03
1
-4
/
+4
[next]