aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/sql.rb
Commit message (Expand)AuthorAgeFilesLines
* allowing string passthrough for order clausesNick Kallen2008-03-161-1/+10
* added support for `attribute IN ...` and `attribute BETWEEN ...`Nick Kallen2008-03-161-5/+9
* properly quoting array valuesNick Kallen2008-03-161-3/+9
* annotated abstractionNick Kallen2008-03-131-2/+3
* added abstract declarationNick Kallen2008-03-131-0/+2
* renamed sql formatting strategies to correspond with sql grammar rule names i...Nick Kallen2008-03-131-14/+13
* - renamed scalar to valueNick Kallen2008-03-121-7/+7
* 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