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
/
relations
/
relation.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch Arel::Relation to a module. This will allow for classes with Relation ...
Carl Lerche
2010-03-22
1
-1
/
+1
*
cache primary key per engine connection, updated gemspec file
Raimonds Simanovskis
2010-03-01
1
-4
/
+6
*
Refactored primary_key to look up for the real primary_key and cache it.
Emilio Tagua
2010-02-19
1
-4
/
+5
*
Insertions should use insert and not execute to get a valid returning
Emilio Tagua
2010-02-18
1
-1
/
+27
*
Moved primary_key to relation, send pk to engine, to build a better
Emilio Tagua
2010-02-18
1
-0
/
+8
*
If a compiler is not found for the current adapter, use the generic one.
Emilio Tagua
2010-02-16
1
-1
/
+5
*
Extract SQL logic from Arel::Relation into compilers.
Emilio Tagua
2010-02-15
1
-72
/
+6
*
Remove every new line when generating queries, this may build invalid queries...
Emilio Tagua
2009-12-31
1
-2
/
+2
*
Added having to use in combination with group to filter records.
Emilio Tagua
2009-12-28
1
-0
/
+6
*
Don't try to lock reads when using any SQLite adapter, it's redundant
Emilio Tagua
2009-12-28
1
-1
/
+1
*
Added lock to Arel, allowing a locking read if required.
Emilio Tagua
2009-12-27
1
-2
/
+4
*
Added "from" method, allowing to specify custom from clauses.
Emilio Tagua
2009-12-27
1
-2
/
+6
*
Don't split sql logging across multiple lines.
Emilio Tagua
2009-12-26
1
-1
/
+1
*
Ruby 1.9: Array#to_s behaves like inspect now, so we don't want to use it her...
Bryan Helmkamp
2009-11-10
1
-1
/
+1
*
Whitespace
Bryan Helmkamp
2009-09-30
1
-9
/
+9
*
Build valid SQL query when using PostreSQL with given order and DISTINCT
Emilio Tagua
2009-06-23
1
-0
/
+24
*
Extracting #build_query method for creating SQL from parts
Bryan Helmkamp
2009-05-17
1
-3
/
+5
*
Refactor #select_sql. Extract methods to generate clauses
Bryan Helmkamp
2009-05-17
1
-7
/
+27
*
Whitespace
Bryan Helmkamp
2009-05-17
1
-1
/
+1
*
moved sql related code to its own engine area
Bryan Helmkamp
2009-05-17
1
-0
/
+28