Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removing duplicate code | Aaron Patterson | 2010-09-23 | 1 | -4/+0 |
| | |||||
* | moving visitors around | Aaron Patterson | 2010-09-23 | 9 | -52/+58 |
| | |||||
* | moving expression up to function class | Aaron Patterson | 2010-09-23 | 2 | -1/+1 |
| | |||||
* | reordering order clauses :'( | Aaron Patterson | 2010-09-23 | 1 | -1/+9 |
| | |||||
* | writing code that makes me sad | Aaron Patterson | 2010-09-23 | 1 | -1/+6 |
| | |||||
* | adding a select statment visitor | Aaron Patterson | 2010-09-23 | 2 | -1/+29 |
| | |||||
* | adding a postgres adapter | Aaron Patterson | 2010-09-23 | 4 | -8/+23 |
| | |||||
* | ignoring alias | Aaron Patterson | 2010-09-23 | 2 | -1/+6 |
| | |||||
* | quoting update values using the column | Aaron Patterson | 2010-09-22 | 2 | -3/+5 |
| | |||||
* | constructor can take column info | Aaron Patterson | 2010-09-21 | 2 | -8/+26 |
| | |||||
* | fixing tests for mysql2 | Aaron Patterson | 2010-09-21 | 1 | -1/+1 |
| | |||||
* | making stuff work on mysql | Aaron Patterson | 2010-09-21 | 8 | -13/+64 |
| | |||||
* | supporting ranges for IN statements | Aaron Patterson | 2010-09-20 | 6 | -3/+49 |
| | |||||
* | dealing with empty in statements | Aaron Patterson | 2010-09-20 | 2 | -1/+10 |
| | |||||
* | removing some debugging code. oops! | Aaron Patterson | 2010-09-20 | 1 | -4/+0 |
| | |||||
* | using aliases for terminal nodes | Aaron Patterson | 2010-09-20 | 1 | -10/+11 |
| | |||||
* | from does not need to be a list | Aaron Patterson | 2010-09-20 | 5 | -13/+13 |
| | |||||
* | adding crazy code to fix the last two AR tests | Aaron Patterson | 2010-09-20 | 3 | -3/+40 |
| | |||||
* | if FROM is a string, convert to string literal | Aaron Patterson | 2010-09-18 | 2 | -1/+2 |
| | |||||
* | returning nil for tables that do not exist | Aaron Patterson | 2010-09-18 | 2 | -21/+21 |
| | |||||
* | 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 |
| | | | | This reverts commit e460aa96ae9bd5f1a24d798b2d22984a54810c70. | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | * '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 |
| | | |||||
* | | 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 |
| |