aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql/relations/writes.rb
Commit message (Expand)AuthorAgeFilesLines
* changes for Oracle support - OracleCompiler and corresponding tests with Orac...Raimonds Simanovskis2010-03-011-61/+3
* Moved adding of limit on deletion and adding of limit on update conditions to...Praveen Devarao2010-02-251-4/+2
* Insertions should use insert and not execute to get a valid returningEmilio Tagua2010-02-181-2/+2
* Added support for RETURNING primary key when available, only forEmilio Tagua2010-02-181-1/+2
* Move update conditions with limit logic into compilers.Emilio Tagua2010-02-161-10/+2
* Remove every new line when generating queries, this may build invalid queries...Emilio Tagua2009-12-311-3/+3
* Ruby 1.9: Sort attributes deterministically so specs always passBryan Helmkamp2009-11-091-3/+19
* Removing unused params from #to_sql methods on writesBryan Helmkamp2009-10-011-3/+4
* Allow SQL strings to insert query. Insert should better return engine's result.Emilio Tagua2009-07-011-3/+8
* If the class or method isn't defined use "id" as primary_key.Emilio Tagua2009-06-231-1/+6
* Build valid SQL query for SQLite3 and PostgreSQL when updating records with l...Emilio Tagua2009-06-231-2/+18
* Allow strings as update assignmentsEmilio Tagua2009-06-101-3/+7
* Extracting #build_query method for creating SQL from partsBryan Helmkamp2009-05-171-13/+16
* WhitespaceBryan Helmkamp2009-05-171-1/+1
* consolidated filesBryan Helmkamp2009-05-171-0/+36
* reorganized file structuresBryan Helmkamp2009-05-171-3/+0
* moved sql related code to its own engine areaBryan Helmkamp2009-05-171-0/+3