Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | adding orders edge to the dot visitor | Aaron Patterson | 2010-09-14 | 1 | -0/+1 | |
| | ||||||
* | adding table alias to the TableAlias node | Aaron Patterson | 2010-09-14 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'v1' of github.com:flavorjones/arel into v1 | Aaron Patterson | 2010-09-14 | 2 | -2/+8 | |
|\ | | | | | | | | | | | | | | | | | * 'v1' of github.com:flavorjones/arel: sql visitor should emit a table alias name when visiting an attribute, if a table alias exists. dot visitor for binary nodes Conflicts: lib/arel/visitors/dot.rb | |||||
| * | sql visitor should emit a table alias name when visiting an attribute, if a ↵ | Mike Dalessio | 2010-09-14 | 1 | -1/+2 | |
| | | | | | | | | table alias exists. | |||||
| * | dot visitor for binary nodes | Mike Dalessio | 2010-09-14 | 1 | -0/+7 | |
| | | ||||||
* | | adding AND nodes to dot visitor | Aaron Patterson | 2010-09-14 | 1 | -0/+1 | |
|/ | ||||||
* | totally lame, but arel expects FROM to only be one item | Aaron Patterson | 2010-09-12 | 2 | -6/+2 | |
| | ||||||
* | order accepts symbols for clauses | Aaron Patterson | 2010-09-12 | 1 | -1/+1 | |
| | ||||||
* | OUTER JOIN should be LEFT OUTER JOIN | Aaron Patterson | 2010-09-12 | 1 | -1/+1 | |
| | ||||||
* | supporting symbols for group statements | Aaron Patterson | 2010-09-12 | 1 | -0/+1 | |
| | ||||||
* | using table_alias when :as is passed to the constructor | Aaron Patterson | 2010-09-12 | 2 | -1/+10 | |
| | ||||||
* | visiting constraint edges of joins | Aaron Patterson | 2010-09-12 | 1 | -0/+5 | |
| | ||||||
* | adding some backwards compatibility | Aaron Patterson | 2010-09-12 | 1 | -0/+4 | |
| | ||||||
* | only visiting left side if left side is a JOIN | Aaron Patterson | 2010-09-12 | 1 | -1/+4 | |
| | ||||||
* | supporting StringJoin in the JoinSQL visitor | Aaron Patterson | 2010-09-12 | 2 | -0/+5 | |
| | ||||||
* | We can visit hash. | Emilio Tagua | 2010-09-11 | 1 | -0/+1 | |
| | ||||||
* | Add Min node. | Emilio Tagua | 2010-09-11 | 4 | -0/+16 | |
| | ||||||
* | Visit ActiveSupport Multibyte Chars if ActiveSupport is defined. | Emilio Tagua | 2010-09-11 | 1 | -0/+1 | |
| | ||||||
* | Add maximum to SqlLiteral. | Emilio Tagua | 2010-09-11 | 1 | -0/+4 | |
| | ||||||
* | implementing locked | Aaron Patterson | 2010-09-10 | 1 | -0/+4 | |
| | ||||||
* | backwards compat | Aaron Patterson | 2010-09-10 | 1 | -0/+2 | |
| | ||||||
* | inserting false works a bit better | Aaron Patterson | 2010-09-10 | 1 | -1/+1 | |
| | ||||||
* | adding some backwards compatibility for AR | Aaron Patterson | 2010-09-10 | 1 | -0/+2 | |
| | ||||||
* | adding not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 7 | -4/+28 | |
| | ||||||
* | differentiating equality and assignment | Aaron Patterson | 2010-09-10 | 4 | -3/+21 | |
| | ||||||
* | equality should handle nil correctly | Aaron Patterson | 2010-09-10 | 2 | -1/+4 | |
| | ||||||
* | added a greater than node | Aaron Patterson | 2010-09-10 | 4 | -0/+15 | |
| | ||||||
* | added greater than or equal to node | Aaron Patterson | 2010-09-10 | 4 | -0/+15 | |
| | ||||||
* | adding "orders" method | Aaron Patterson | 2010-09-10 | 1 | -0/+4 | |
| | ||||||
* | we can visit DateTime | Aaron Patterson | 2010-09-10 | 1 | -0/+1 | |
| | ||||||
* | adding an offset node | Aaron Patterson | 2010-09-10 | 5 | -1/+24 | |
| | ||||||
* | adding taken method to return the limit value | Aaron Patterson | 2010-09-09 | 1 | -1/+5 | |
| | ||||||
* | adding a deprecated method for rails | Aaron Patterson | 2010-09-09 | 1 | -0/+6 | |
| | ||||||
* | adding a Value node so that SqlLiteral values may be used | Aaron Patterson | 2010-09-09 | 7 | -12/+42 | |
| | ||||||
* | Table#join will noop when nil is passed | Aaron Patterson | 2010-09-09 | 1 | -0/+2 | |
| | ||||||
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 6 | -2/+27 | |
| | ||||||
* | we can visit floats! | Aaron Patterson | 2010-09-08 | 1 | -0/+1 | |
| | ||||||
* | average node is added | Aaron Patterson | 2010-09-08 | 8 | -50/+46 | |
| | ||||||
* | adding having nodes | Aaron Patterson | 2010-09-08 | 6 | -1/+30 | |
| | ||||||
* | adding maximum nodes | Aaron Patterson | 2010-09-08 | 4 | -0/+32 | |
| | ||||||
* | as is implemented | Aaron Patterson | 2010-09-08 | 1 | -0/+10 | |
| | ||||||
* | we can visit big decimal | Aaron Patterson | 2010-09-08 | 1 | -0/+3 | |
| | ||||||
* | adding a sum node | Aaron Patterson | 2010-09-08 | 4 | -0/+22 | |
| | ||||||
* | visiting symbols in the SQL visitor | Aaron Patterson | 2010-09-08 | 3 | -1/+3 | |
| | ||||||
* | Table#project takes multiple parameters | Aaron Patterson | 2010-09-08 | 1 | -2/+2 | |
| | ||||||
* | on can take multiple args | Aaron Patterson | 2010-09-07 | 1 | -2/+13 | |
| | ||||||
* | moving deprecated constants to the correct place | Aaron Patterson | 2010-09-07 | 3 | -6/+1 | |
| | ||||||
* | count takes distinct | Aaron Patterson | 2010-09-07 | 1 | -2/+2 | |
| | ||||||
* | adding "as" and to_sql to count nodes | Aaron Patterson | 2010-09-07 | 3 | -2/+21 | |
| | ||||||
* | group is implemented on table | Aaron Patterson | 2010-09-07 | 1 | -0/+3 | |
| |