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 (
Collapse
)
Author
Age
Files
Lines
*
PostgreSQLCompiler#select_sql fixed
Santiago Pastorino
2010-07-28
1
-12
/
+20
|
*
PERF: removing more method missing
Aaron Patterson
2010-07-27
1
-2
/
+2
|
*
PERF: eliminating method_missing
Aaron Patterson
2010-07-27
2
-6
/
+6
|
*
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 ↵
Raimonds Simanovskis
2010-03-01
1
-0
/
+101
|
|
|
|
Oracle syntax
*
Fix limited_update_conditions on MySQLCompiler to receive and build
Emilio Tagua
2010-02-25
1
-1
/
+2
|
|
|
|
limit.
*
raise an error if limit for deletion is specified while using IBM_DB
Praveen Devarao
2010-02-25
1
-1
/
+1
|
|
|
|
Signed-off-by: Emilio Tagua <miloops@gmail.com>
*
Moved adding of limit on deletion and adding of limit on update conditions ↵
Praveen Devarao
2010-02-25
1
-0
/
+62
|
|
|
|
|
|
to GenericCompiler, to provide flexibility to handle db specifics Signed-off-by: Emilio Tagua <miloops@gmail.com>
*
Added support for RETURNING primary key when available, only for
Emilio Tagua
2010-02-18
1
-0
/
+4
|
|
|
|
PostgreSQL.
*
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
|
|
|
|
to a new method.
*
Extract SQL logic from Arel::Relation into compilers.
Emilio Tagua
2010-02-15
3
-0
/
+49