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
/
writes.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
changes for Oracle support - OracleCompiler and corresponding tests with Orac...
Raimonds Simanovskis
2010-03-01
1
-61
/
+3
*
Moved adding of limit on deletion and adding of limit on update conditions to...
Praveen Devarao
2010-02-25
1
-4
/
+2
*
Insertions should use insert and not execute to get a valid returning
Emilio Tagua
2010-02-18
1
-2
/
+2
*
Added support for RETURNING primary key when available, only for
Emilio Tagua
2010-02-18
1
-1
/
+2
*
Move update conditions with limit logic into compilers.
Emilio Tagua
2010-02-16
1
-10
/
+2
*
Remove every new line when generating queries, this may build invalid queries...
Emilio Tagua
2009-12-31
1
-3
/
+3
*
Ruby 1.9: Sort attributes deterministically so specs always pass
Bryan Helmkamp
2009-11-09
1
-3
/
+19
*
Removing unused params from #to_sql methods on writes
Bryan Helmkamp
2009-10-01
1
-3
/
+4
*
Allow SQL strings to insert query. Insert should better return engine's result.
Emilio Tagua
2009-07-01
1
-3
/
+8
*
If the class or method isn't defined use "id" as primary_key.
Emilio Tagua
2009-06-23
1
-1
/
+6
*
Build valid SQL query for SQLite3 and PostgreSQL when updating records with l...
Emilio Tagua
2009-06-23
1
-2
/
+18
*
Allow strings as update assignments
Emilio Tagua
2009-06-10
1
-3
/
+7
*
Extracting #build_query method for creating SQL from parts
Bryan Helmkamp
2009-05-17
1
-13
/
+16
*
Whitespace
Bryan Helmkamp
2009-05-17
1
-1
/
+1
*
consolidated files
Bryan Helmkamp
2009-05-17
1
-0
/
+36
*
reorganized file structures
Bryan Helmkamp
2009-05-17
1
-3
/
+0
*
moved sql related code to its own engine area
Bryan Helmkamp
2009-05-17
1
-0
/
+3