aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql
Commit message (Expand)AuthorAgeFilesLines
* Include modules to extend core classes to improve inspectabilityBryan Helmkamp2009-05-174-21/+46
* Moving a few stray SQL references in the memory engine codeBryan Helmkamp2009-05-171-0/+14
* WhitespaceBryan Helmkamp2009-05-1720-27/+27
* initial implementation of cross-engine joinBryan Helmkamp2009-05-173-1/+11
* using in memory relations as results from sql relationNick Kallen2009-05-172-6/+6
* most in memory operations save join and groupBryan Helmkamp2009-05-173-4/+18
* moved table-related stuff into sql engineNick Kallen2009-05-172-0/+7
* join sql stuff moved into sql adapterBryan Helmkamp2009-05-172-8/+24
* removed function_sql in favor of polymorphismBryan Helmkamp2009-05-171-6/+30
* consolidated filesBryan Helmkamp2009-05-179-77/+68
* reorganized file structuresBryan Helmkamp2009-05-177-21/+14
* moved sql related code to its own engine areaBryan Helmkamp2009-05-1728-0/+465