Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | adding default limits when there is an offset for sqlite and mysql [#5316 ↵ | Aaron Patterson | 2010-10-20 | 4 | -0/+25 | |
| | | | | state:resolved] | |||||
* | 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 | 3 | -10/+22 | |
| | ||||||
* | Fisting arel specs -- still needs tree_manager and cleanup | Ryan Davis | 2010-10-18 | 1 | -5/+1 | |
| | ||||||
* | Created syntactic sugar Table(...) method | Snuggs | 2010-10-16 | 1 | -1/+5 | |
| | ||||||
* | symbols work as sql literals | Aaron Patterson | 2010-10-15 | 1 | -1/+1 | |
| | ||||||
* | add locking support for postgres | Aaron Patterson | 2010-10-13 | 1 | -0/+4 | |
| | ||||||
* | fixing manifest file | Aaron Patterson | 2010-10-12 | 1 | -0/+9 | |
| | ||||||
* | implementing where_sql method | Aaron Patterson | 2010-10-12 | 2 | -0/+8 | |
| | ||||||
* | alias visitor_for to for | Aaron Patterson | 2010-10-03 | 2 | -1/+2 | |
| | ||||||
* | Support Attribute#asc and Attribute#desc to create orderings | Ernie Miller | 2010-09-29 | 5 | -0/+37 | |
| | ||||||
* | 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 | 5 | -5/+41 | |
| | ||||||
* | 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 | 7 | -0/+176 | |
|\ | | | | | | | | | | | | | * 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 | 6 | -4/+164 | |
| | | | | | | | | matches/does_not_match/not_in | |||||
| * | Add eq_any. | Ernie Miller | 2010-09-29 | 1 | -0/+8 | |
| | | ||||||
* | | use subquery for limit when DISTINCT is used (in Oracle) | Raimonds Simanovskis | 2010-09-29 | 1 | -2/+4 | |
|/ | ||||||
* | refactoring join_sql to return nil if there are no sources | Aaron Patterson | 2010-09-28 | 2 | -11/+12 | |
| | ||||||
* | making select manager public | Aaron Patterson | 2010-09-28 | 1 | -1/+2 | |
| | ||||||
* | added missing method visit_Arel_Attributes_Decimal as alias for ↵ | Raimonds Simanovskis | 2010-09-28 | 1 | -0/+1 | |
| | | | | visit_Arel_Attributes_Attribute | |||||
* | pass primary key name and value to ActiveRecord adapter insert method | Raimonds Simanovskis | 2010-09-28 | 2 | -3/+15 | |
| | | | | necessary for Oracle adapter for RETURNING ... INTO ... clause generation | |||||
* | these readers should be accessors | Aaron Patterson | 2010-09-27 | 1 | -1/+1 | |
| | ||||||
* | changing method name to be more clear | Aaron Patterson | 2010-09-27 | 1 | -11/+11 | |
| | ||||||
* | requiring date at the top of the visitor | Aaron Patterson | 2010-09-27 | 1 | -0/+1 | |
| | ||||||
* | to_sql on nodes may be passed an engine | Aaron Patterson | 2010-09-27 | 4 | -26/+11 | |
| | ||||||
* | 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 | |
| | ||||||
* | removing the version file | Aaron Patterson | 2010-09-24 | 1 | -3/+0 | |
| | ||||||
* | 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 | 5 | -3/+31 | |
| | ||||||
* | using the connection pool while visiting | Aaron Patterson | 2010-09-24 | 2 | -3/+5 | |
| | ||||||
* | caching visitor on a per engine basis | Aaron Patterson | 2010-09-23 | 2 | -15/+22 | |
| | ||||||
* | changing accessor to a writer | Aaron Patterson | 2010-09-23 | 1 | -1/+1 | |
| | ||||||
* | removing duplicate code | Aaron Patterson | 2010-09-23 | 1 | -4/+0 | |
| | ||||||
* | moving visitors around | Aaron Patterson | 2010-09-23 | 8 | -46/+57 | |
| | ||||||
* | 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 | 3 | -3/+16 | |
| |