aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/sql.rb
Commit message (Expand)AuthorAgeFilesLines
* renamed strategy method to formatNick Kallen2008-03-111-7/+7
* scalars are now lifted; the heavy lifting is done by the operations on relati...Nick Kallen2008-03-021-1/+1
* introduced engine dependency for sql strategiesNick Kallen2008-03-021-7/+8
* new concept of session boundariesNick Kallen2008-03-021-1/+2
* quoting issuesNick Kallen2008-02-241-5/+18
* Introduced concept of session. It does not yet support multiple databases, no...Nick Kallen2008-02-231-1/+1
* adding support for scalar selectsNick Kallen2008-02-161-2/+2
* completed initial functionality for joining with aggregation (the meaning of ...Nick Kallen2008-01-211-4/+10
* experimenting with strategy pattern rather than conditional; not as terse, no...Nick Kallen2008-01-131-0/+51