aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql/relations
Commit message (Expand)AuthorAgeFilesLines
* Removing unused params from #to_sql methods on writesBryan Helmkamp2009-10-011-3/+4
* WhitespaceBryan Helmkamp2009-09-301-9/+9
* Allow joining a StringJoin with another join relation.Emilio Tagua2009-08-141-2/+2
* 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 when using PostreSQL with given order and DISTINCTEmilio Tagua2009-06-231-0/+24
* 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
* Expand usages of #hash_on. The #hash definition it produces looks broken, but...Bryan Helmkamp2009-05-181-1/+8
* Extracting #build_query method for creating SQL from partsBryan Helmkamp2009-05-173-16/+25
* Refactor #select_sql. Extract methods to generate clausesBryan Helmkamp2009-05-171-7/+27
* WhitespaceBryan Helmkamp2009-05-179-9/+9
* initial implementation of cross-engine joinBryan Helmkamp2009-05-171-0/+4
* using in memory relations as results from sql relationNick Kallen2009-05-171-1/+1
* most in memory operations save join and groupBryan Helmkamp2009-05-171-1/+1
* moved table-related stuff into sql engineNick Kallen2009-05-171-0/+6
* join sql stuff moved into sql adapterBryan Helmkamp2009-05-171-0/+14
* consolidated filesBryan Helmkamp2009-05-174-38/+36
* reorganized file structuresBryan Helmkamp2009-05-174-8/+5
* moved sql related code to its own engine areaBryan Helmkamp2009-05-1713-0/+167