index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
arel
/
engines
/
sql
/
formatters.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove " AS " keyword from table aliasing.
Emilio Tagua
2010-03-01
1
-9
/
+2
*
changes for Oracle support - OracleCompiler and corresponding tests with Orac...
Raimonds Simanovskis
2010-03-01
1
-2
/
+9
*
Quoting every part of a Range. Calling .to_s is not enough for Range with two...
Eugene Pimenov
2010-02-01
1
-1
/
+1
*
Added having to use in combination with group to filter records.
Emilio Tagua
2009-12-28
1
-0
/
+6
*
Removed useless attribute definition from TableReference.
Emilio Tagua
2009-12-27
1
-4
/
+0
*
Added "from" method, allowing to specify custom from clauses.
Emilio Tagua
2009-12-27
1
-0
/
+4
*
Don't quote the table if it isn't a table name. By doing this Arel supports u...
Emilio Tagua
2009-05-28
1
-2
/
+6
*
This should be performed by the engine, if it does not exists, then create SQ...
Emilio Tagua
2009-05-28
1
-1
/
+0
*
Cleanup Sql formatters a bit
Bryan Helmkamp
2009-05-18
1
-16
/
+8
*
Whitespace
Bryan Helmkamp
2009-05-17
1
-1
/
+1
*
most in memory operations save join and group
Bryan Helmkamp
2009-05-17
1
-3
/
+3
*
moved sql related code to its own engine area
Bryan Helmkamp
2009-05-17
1
-0
/
+121