| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | remove if defined? | Aaron Patterson | 2010-09-17 | 1 | -1/+1 |
* | using a Hash with default proc to memoize dispatch methods | Mike Dalessio | 2010-09-16 | 1 | -9/+4 |
* | Revert "Table#[] returns nil when table does not exist" | Aaron Patterson | 2010-09-15 | 2 | -9/+0 |
* | Table#[] returns nil when table does not exist | Aaron Patterson | 2010-09-15 | 2 | -0/+9 |
* | right side set to sqlliteral if it is a string | Aaron Patterson | 2010-09-15 | 1 | -1/+5 |
* | JoinSql visitor will visit left side if left is a join | Aaron Patterson | 2010-09-15 | 2 | -3/+44 |
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 7 | -15/+54 |
* | refactoring expressions to a module | Aaron Patterson | 2010-09-14 | 4 | -31/+27 |
* | adding sum to sql literal | Aaron Patterson | 2010-09-14 | 1 | -0/+4 |
* | VALUES are getting better everyday | Aaron Patterson | 2010-09-14 | 4 | -5/+11 |
* | visiting value nodes in the dot visitor | Aaron Patterson | 2010-09-14 | 1 | -0/+4 |
* | adding an EXISTS node, update method will generate an IN clause | Aaron Patterson | 2010-09-14 | 9 | -6/+83 |
* | 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 |
|\ |
|
| * | sql visitor should emit a table alias name when visiting an attribute, if a t... | Mike Dalessio | 2010-09-14 | 1 | -1/+2 |
| * | 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 |
* | | updating gemspec | Aaron Patterson | 2010-09-14 | 1 | -6/+0 |
|/ |
|
* | stop the warnings | Aaron Patterson | 2010-09-12 | 1 | -1/+1 |
* | totally lame, but arel expects FROM to only be one item | Aaron Patterson | 2010-09-12 | 3 | -7/+3 |
* | order accepts symbols for clauses | Aaron Patterson | 2010-09-12 | 2 | -1/+14 |
* | OUTER JOIN should be LEFT OUTER JOIN | Aaron Patterson | 2010-09-12 | 2 | -2/+2 |
* | supporting symbols for group statements | Aaron Patterson | 2010-09-12 | 2 | -0/+13 |
* | using table_alias when :as is passed to the constructor | Aaron Patterson | 2010-09-12 | 3 | -1/+19 |
* | visiting constraint edges of joins | Aaron Patterson | 2010-09-12 | 1 | -0/+5 |
* | adding some backwards compatibility | Aaron Patterson | 2010-09-12 | 2 | -0/+16 |
* | 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 | 3 | -0/+14 |
* | Add test for Hash visitor. | Emilio Tagua | 2010-09-11 | 1 | -0/+4 |
* | We can visit hash. | Emilio Tagua | 2010-09-11 | 1 | -0/+1 |
* | Add Min node. | Emilio Tagua | 2010-09-11 | 5 | -0/+23 |
* | 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 | 3 | -1/+9 |
* | inserting false works a bit better | Aaron Patterson | 2010-09-10 | 2 | -1/+10 |
* | fixing indentation | Aaron Patterson | 2010-09-10 | 1 | -1/+1 |
* | adding some backwards compatibility for AR | Aaron Patterson | 2010-09-10 | 2 | -0/+13 |
* | adding not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 9 | -6/+55 |
* | differentiating equality and assignment | Aaron Patterson | 2010-09-10 | 4 | -3/+21 |
* | equality should handle nil correctly | Aaron Patterson | 2010-09-10 | 3 | -1/+11 |
* | added a greater than node | Aaron Patterson | 2010-09-10 | 5 | -0/+31 |
* | added greater than or equal to node | Aaron Patterson | 2010-09-10 | 5 | -0/+31 |
* | adding "orders" method | Aaron Patterson | 2010-09-10 | 2 | -0/+14 |
* | we can visit DateTime | Aaron Patterson | 2010-09-10 | 2 | -0/+5 |
* | adding an offset node | Aaron Patterson | 2010-09-10 | 6 | -1/+39 |
* | adding taken method to return the limit value | Aaron Patterson | 2010-09-09 | 2 | -1/+14 |
* | 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 | 9 | -15/+59 |