Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | 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 |