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
/
engines
/
sql
/
engine.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
delegate and call cached connection
Aaron Patterson
2010-07-20
1
-3
/
+4
*
Use block_given? instead defining block.
Emilio Tagua
2010-06-24
1
-2
/
+6
*
Refactor thethe wayy to obtain primary key value.
Emilio Tagua
2010-03-01
1
-6
/
+7
*
Prevent from getting errors when trying to get primary key value.
Emilio Tagua
2010-03-01
1
-6
/
+6
*
pass primary_key value to AR adapter insert method (necessary for Oracle adap...
Raimonds Simanovskis
2010-03-01
1
-1
/
+7
*
changes for Oracle support - OracleCompiler and corresponding tests with Orac...
Raimonds Simanovskis
2010-03-01
1
-1
/
+7
*
Insertions should use insert and not execute to get a valid returning
Emilio Tagua
2010-02-18
1
-1
/
+1
*
Added support for RETURNING primary key when available, only for
Emilio Tagua
2010-02-18
1
-1
/
+1
*
Moved primary_key to relation, send pk to engine, to build a better
Emilio Tagua
2010-02-18
1
-1
/
+1
*
Extract SQL logic from Arel::Relation into compilers.
Emilio Tagua
2010-02-15
1
-1
/
+2
*
Cache adapter_name in Sql::Engine
Pratik Naik
2010-01-21
1
-0
/
+4
*
Cleaning up Sql::Engine#read
Bryan Helmkamp
2009-05-18
1
-6
/
+0
*
Whitespace
Bryan Helmkamp
2009-05-17
1
-3
/
+3
*
initial implementation of cross-engine join
Bryan Helmkamp
2009-05-17
1
-1
/
+3
*
using in memory relations as results from sql relation
Nick Kallen
2009-05-17
1
-5
/
+5
*
moved sql related code to its own engine area
Bryan Helmkamp
2009-05-17
1
-0
/
+41