Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | 7 | -35/+37 | |
|/ | ||||||
* | using the last seen column for quoting | Aaron Patterson | 2010-09-27 | 4 | -3/+23 | |
* | caching quoted values | Aaron Patterson | 2010-09-26 | 2 | -5/+11 | |
* | hoe sets the default task for us | Aaron Patterson | 2010-09-24 | 1 | -3/+0 | |
* | adding mit license | Aaron Patterson | 2010-09-24 | 1 | -0/+1 | |
* | Arel is MIT licensed. | Bryan Helmkamp | 2010-09-24 | 1 | -0/+20 | |
* | updating version | Aaron Patterson | 2010-09-24 | 2 | -3/+3 | |
* | removing the version file | Aaron Patterson | 2010-09-24 | 3 | -5/+3 | |
* | updating Rakefile with development dependencies | Aaron Patterson | 2010-09-24 | 2 | -2/+6 | |
* | adding a manifest, converting to Hoe, generating gemspec | Aaron Patterson | 2010-09-24 | 6 | -176/+156 | |
* | removing unused rake tasks | Aaron Patterson | 2010-09-24 | 2 | -28/+5 | |
* | removing more unused files | Aaron Patterson | 2010-09-24 | 7 | -140/+0 | |
* | deleting lots of unused files | Aaron Patterson | 2010-09-24 | 7 | -210/+4 | |
* | specs run without an AR connection | Aaron Patterson | 2010-09-24 | 1 | -0/+85 | |
* | removing tasks that hoe will provide | Aaron Patterson | 2010-09-24 | 1 | -54/+0 | |
* | use a real editor | Aaron Patterson | 2010-09-24 | 1 | -5/+0 | |
* | turning on warnings | Aaron Patterson | 2010-09-24 | 1 | -1/+1 | |
* | removing the v1 rake task | Aaron Patterson | 2010-09-24 | 1 | -12/+0 | |
* | shuffling around the spec directory | Aaron Patterson | 2010-09-24 | 90 | -4898/+0 | |
* | yay, more oracle hacks | Aaron Patterson | 2010-09-24 | 2 | -2/+14 | |
* | fixing formatting | Aaron Patterson | 2010-09-24 | 1 | -10/+11 | |
* | avoid modifying the ast in certain cases | Aaron Patterson | 2010-09-24 | 2 | -2/+34 | |
* | adding offset edge | Aaron Patterson | 2010-09-24 | 1 | -0/+1 | |
* | adding more oracle hacks | Aaron Patterson | 2010-09-24 | 2 | -0/+31 | |
* | dealing with limits and offsets | Aaron Patterson | 2010-09-24 | 2 | -1/+38 | |
* | creating a subquery when there is an order and a limit | Aaron Patterson | 2010-09-24 | 2 | -1/+19 | |
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 7 | -3/+57 | |
* | 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 | 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 |