Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge remote branch 'ernie/master' | Aaron Patterson | 2010-09-29 | 2 | -0/+22 | |
|\ | | | | | | | | | | | | | * ernie/master: Make PostgreSQL play nice with its friends. (matches -> ILIKE instead of LIKE) Add support for remaining *_any/*_all attribute methods, and add matches/does_not_match/not_in Add eq_any. | |||||
| * | Make PostgreSQL play nice with its friends. (matches -> ILIKE instead of LIKE) | Ernie Miller | 2010-09-29 | 1 | -0/+8 | |
| | | ||||||
| * | Add support for remaining *_any/*_all attribute methods, and add ↵ | Ernie Miller | 2010-09-29 | 1 | -0/+14 | |
| | | | | | | | | matches/does_not_match/not_in | |||||
* | | use subquery for limit when DISTINCT is used (in Oracle) | Raimonds Simanovskis | 2010-09-29 | 1 | -2/+4 | |
|/ | ||||||
* | added missing method visit_Arel_Attributes_Decimal as alias for ↵ | Raimonds Simanovskis | 2010-09-28 | 1 | -0/+1 | |
| | | | | visit_Arel_Attributes_Attribute | |||||
* | requiring date at the top of the visitor | Aaron Patterson | 2010-09-27 | 1 | -0/+1 | |
| | ||||||
* | using the last seen column for quoting | Aaron Patterson | 2010-09-27 | 1 | -1/+4 | |
| | ||||||
* | caching quoted values | Aaron Patterson | 2010-09-26 | 1 | -5/+7 | |
| | ||||||
* | yay, more oracle hacks | Aaron Patterson | 2010-09-24 | 1 | -2/+2 | |
| | ||||||
* | fixing formatting | Aaron Patterson | 2010-09-24 | 1 | -10/+11 | |
| | ||||||
* | avoid modifying the ast in certain cases | Aaron Patterson | 2010-09-24 | 1 | -2/+4 | |
| | ||||||
* | adding offset edge | Aaron Patterson | 2010-09-24 | 1 | -0/+1 | |
| | ||||||
* | adding more oracle hacks | Aaron Patterson | 2010-09-24 | 1 | -0/+19 | |
| | ||||||
* | dealing with limits and offsets | Aaron Patterson | 2010-09-24 | 1 | -1/+23 | |
| | ||||||
* | creating a subquery when there is an order and a limit | Aaron Patterson | 2010-09-24 | 1 | -1/+9 | |
| | ||||||
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 2 | -0/+19 | |
| | ||||||
* | using the connection pool while visiting | Aaron Patterson | 2010-09-24 | 1 | -2/+4 | |
| | ||||||
* | moving visitors around | Aaron Patterson | 2010-09-23 | 3 | -30/+30 | |
| | ||||||
* | 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 | 1 | -0/+27 | |
| | ||||||
* | adding a postgres adapter | Aaron Patterson | 2010-09-23 | 1 | -0/+6 | |
| | ||||||
* | quoting update values using the column | Aaron Patterson | 2010-09-22 | 1 | -3/+1 | |
| | ||||||
* | making stuff work on mysql | Aaron Patterson | 2010-09-21 | 2 | -1/+29 | |
| | ||||||
* | supporting ranges for IN statements | Aaron Patterson | 2010-09-20 | 1 | -0/+8 | |
| | ||||||
* | dealing with empty in statements | Aaron Patterson | 2010-09-20 | 1 | -1/+3 | |
| | ||||||
* | 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 | 2 | -2/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | JoinSql visitor will visit left side if left is a join | Aaron Patterson | 2010-09-15 | 1 | -3/+9 | |
| | ||||||
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 1 | -0/+4 | |
| | ||||||
* | VALUES are getting better everyday | Aaron Patterson | 2010-09-14 | 1 | -2/+2 | |
| | ||||||
* | 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 | 1 | -0/+4 | |
| | ||||||
* | adding orders edge to the dot visitor | 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 | |
|/ | ||||||
* | OUTER JOIN should be LEFT OUTER JOIN | Aaron Patterson | 2010-09-12 | 1 | -1/+1 | |
| | ||||||
* | using table_alias when :as is passed to the constructor | Aaron Patterson | 2010-09-12 | 1 | -1/+5 | |
| | ||||||
* | visiting constraint edges of joins | Aaron Patterson | 2010-09-12 | 1 | -0/+5 | |
| | ||||||
* | 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 | 1 | -0/+5 | |
| | ||||||
* | Visit ActiveSupport Multibyte Chars if ActiveSupport is defined. | Emilio Tagua | 2010-09-11 | 1 | -0/+1 | |
| | ||||||
* | inserting false works a bit better | Aaron Patterson | 2010-09-10 | 1 | -1/+1 | |
| | ||||||
* | adding not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 1 | -1/+10 | |
| |