aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/attributes
Commit message (Expand)AuthorAgeFilesLines
* Refactor predication methods to be available to SqlLiterals as well.Ernie Miller2010-10-271-174/+1
* Support Attribute#asc and Attribute#desc to create orderingsErnie Miller2010-09-291-0/+8
* Add support for remaining *_any/*_all attribute methods, and add matches/does...Ernie Miller2010-09-291-4/+129
* Add eq_any.Ernie Miller2010-09-291-0/+8
* supporting ranges for IN statementsAaron Patterson2010-09-201-3/+13
* adding crazy code to fix the last two AR testsAaron Patterson2010-09-201-0/+3
* refactoring expressions to a moduleAaron Patterson2010-09-141-20/+2
* Add Min node.Emilio Tagua2010-09-111-0/+4
* adding not equal node, column names are expected to be symbolsAaron Patterson2010-09-101-0/+4
* added a greater than nodeAaron Patterson2010-09-101-0/+4
* added greater than or equal to nodeAaron Patterson2010-09-101-0/+4
* average node is addedAaron Patterson2010-09-081-0/+4
* adding maximum nodesAaron Patterson2010-09-081-0/+4
* adding a sum nodeAaron Patterson2010-09-081-0/+4
* count takes distinctAaron Patterson2010-09-071-2/+2
* adding "as" and to_sql to count nodesAaron Patterson2010-09-071-0/+6
* spec:v1:sqlite3 works for running our specsAaron Patterson2010-08-161-0/+4
* adding first nodeAaron Patterson2010-08-121-3/+6
* tables can fetch attributesAaron Patterson2010-08-121-0/+13