| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'master' of github.com:brynary/arel | Aaron Patterson | 2010-11-11 | 1 | -1/+17 |
|\ |
|
| * | fix order_hacks method for Oracle when complex functions are used in order by | Raimonds Simanovskis | 2010-11-06 | 1 | -1/+17 |
* | | arel more nicely supports EXISTS queries | Aaron Patterson | 2010-11-05 | 1 | -1/+2 |
* | | mysql selects from dual on empty from statements | Aaron Patterson | 2010-11-05 | 2 | -0/+6 |
|/ |
|
* | Add ToSql NilClass visitor | Ernie Miller | 2010-11-04 | 1 | -0/+1 |
* | Merge branch 'master' of github.com:rails/arel | Aaron Patterson | 2010-10-26 | 1 | -0/+1 |
|\ |
|
| * | Added Bignum to visitor | rugek | 2010-10-26 | 1 | -0/+1 |
* | | generate correct select if only offset is present (in Oracle) | Raimonds Simanovskis | 2010-10-21 | 1 | -0/+14 |
|/ |
|
* | adding default limits when there is an offset for sqlite and mysql [#5316 sta... | Aaron Patterson | 2010-10-20 | 2 | -0/+18 |
* | doing a little cleanup on the visitors | Aaron Patterson | 2010-10-19 | 4 | -3/+9 |
* | adding a base class visitor | Aaron Patterson | 2010-10-19 | 2 | -10/+21 |
* | add locking support for postgres | Aaron Patterson | 2010-10-13 | 1 | -0/+4 |
* | fixing manifest file | Aaron Patterson | 2010-10-12 | 1 | -0/+9 |
* | Support Attribute#asc and Attribute#desc to create orderings | Ernie Miller | 2010-09-29 | 2 | -0/+9 |
* | In SQL visitor, too. :) | Ernie Miller | 2010-09-29 | 1 | -0/+1 |
* | Support visiting Arel_Attribute_Float | Ernie Miller | 2010-09-29 | 1 | -0/+1 |
* | Don't reassign array in ToSql#visit_Arel_Nodes_NotIn | Ernie Miller | 2010-09-29 | 1 | -2/+3 |
* | adding better dot file support for our nodes | Aaron Patterson | 2010-09-29 | 1 | -2/+36 |
* | fixing column escape for IN nodes. [resolves:5732] | Aaron Patterson | 2010-09-29 | 2 | -6/+12 |
* | Merge remote branch 'ernie/master' | Aaron Patterson | 2010-09-29 | 2 | -0/+22 |
|\ |
|
| * | 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 matches/does... | Ernie Miller | 2010-09-29 | 1 | -0/+14 |
* | | 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 visit_Arel_At... | Raimonds Simanovskis | 2010-09-28 | 1 | -0/+1 |
* | 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 |