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
/
compilers
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed having clause for Oracle compiler
Raimonds Simanovskis
2010-06-19
1
-2
/
+2
*
use subquery to get first records if DISTINCT is used (in Oracle compiler)
Raimonds Simanovskis
2010-06-19
1
-2
/
+2
*
Use adapter add_limit_offset! method when building query.
Emilio Tagua
2010-03-25
1
-14
/
+0
*
use primary_key method in OracleCompiler#select_sql
Raimonds Simanovskis
2010-03-01
1
-9
/
+3
*
changes for Oracle support - OracleCompiler and corresponding tests with Orac...
Raimonds Simanovskis
2010-03-01
1
-0
/
+101
*
Fix limited_update_conditions on MySQLCompiler to receive and build
Emilio Tagua
2010-02-25
1
-1
/
+2
*
raise an error if limit for deletion is specified while using IBM_DB
Praveen Devarao
2010-02-25
1
-1
/
+1
*
Moved adding of limit on deletion and adding of limit on update conditions to...
Praveen Devarao
2010-02-25
1
-0
/
+62
*
Added support for RETURNING primary key when available, only for
Emilio Tagua
2010-02-18
1
-0
/
+4
*
Move update conditions with limit logic into compilers.
Emilio Tagua
2010-02-16
1
-0
/
+3
*
Removed blank lines, rename query to subquery.
Emilio Tagua
2010-02-16
1
-4
/
+2
*
Move using_distinct_on? to PostgreSQL compiler. Extract order tweaking
Emilio Tagua
2010-02-16
1
-5
/
+12
*
Extract SQL logic from Arel::Relation into compilers.
Emilio Tagua
2010-02-15
3
-0
/
+49