Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move #as to AliasPredication, stop overriding Function's #as. | Ernie Miller | 2011-04-29 | 1 | -0/+1 |
| | |||||
* | Add support for ordering on expressions | Arthur Taylor | 2011-04-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Conflicts: lib/arel.rb lib/arel/attributes/attribute.rb lib/arel/nodes/infix_operation.rb lib/arel/nodes/named_function.rb Conflicts: lib/arel.rb lib/arel/attributes/attribute.rb | ||||
* | adding attribute#lower for lowercasing an attribute | Aaron Patterson | 2011-04-25 | 1 | -0/+6 |
| | |||||
* | cleaning up math operations on attributes | Aaron Patterson | 2011-03-07 | 1 | -6/+3 |
| | |||||
* | implemented support for math operations in numeric attributes | Vladimir Meremyanin | 2011-01-29 | 1 | -3/+7 |
| | |||||
* | attributes do not need a column member | Aaron Patterson | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | returning undefined for unknown column types | Aaron Patterson | 2010-11-16 | 1 | -6/+7 |
| | |||||
* | Refactor predication methods to be available to SqlLiterals as well. | Ernie Miller | 2010-10-27 | 1 | -174/+1 |
| | |||||
* | Support Attribute#asc and Attribute#desc to create orderings | Ernie Miller | 2010-09-29 | 1 | -0/+8 |
| | |||||
* | Add support for remaining *_any/*_all attribute methods, and add ↵ | Ernie Miller | 2010-09-29 | 1 | -4/+129 |
| | | | | matches/does_not_match/not_in | ||||
* | Add eq_any. | Ernie Miller | 2010-09-29 | 1 | -0/+8 |
| | |||||
* | supporting ranges for IN statements | Aaron Patterson | 2010-09-20 | 1 | -3/+13 |
| | |||||
* | adding crazy code to fix the last two AR tests | Aaron Patterson | 2010-09-20 | 1 | -0/+3 |
| | |||||
* | refactoring expressions to a module | Aaron Patterson | 2010-09-14 | 1 | -20/+2 |
| | |||||
* | Add Min node. | Emilio Tagua | 2010-09-11 | 1 | -0/+4 |
| | |||||
* | adding not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 1 | -0/+4 |
| | |||||
* | added a greater than node | Aaron Patterson | 2010-09-10 | 1 | -0/+4 |
| | |||||
* | added greater than or equal to node | Aaron Patterson | 2010-09-10 | 1 | -0/+4 |
| | |||||
* | average node is added | Aaron Patterson | 2010-09-08 | 1 | -0/+4 |
| | |||||
* | adding maximum nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+4 |
| | |||||
* | adding a sum node | Aaron Patterson | 2010-09-08 | 1 | -0/+4 |
| | |||||
* | count takes distinct | Aaron Patterson | 2010-09-07 | 1 | -2/+2 |
| | |||||
* | adding "as" and to_sql to count nodes | Aaron Patterson | 2010-09-07 | 1 | -0/+6 |
| | |||||
* | spec:v1:sqlite3 works for running our specs | Aaron Patterson | 2010-08-16 | 1 | -0/+4 |
| | |||||
* | adding first node | Aaron Patterson | 2010-08-12 | 1 | -3/+6 |
| | |||||
* | tables can fetch attributes | Aaron Patterson | 2010-08-12 | 1 | -0/+13 |