Commit message (Collapse) | 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 | 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 |
| | |||||
* | ignoring alias | Aaron Patterson | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | quoting update values using the column | Aaron Patterson | 2010-09-22 | 2 | -3/+5 |
| | |||||
* | constructor can take column info | Aaron Patterson | 2010-09-21 | 1 | -8/+19 |
| | |||||
* | fixing tests for mysql2 | Aaron Patterson | 2010-09-21 | 1 | -1/+1 |
| | |||||
* | making stuff work on mysql | Aaron Patterson | 2010-09-21 | 5 | -12/+53 |
| | |||||
* | supporting ranges for IN statements | Aaron Patterson | 2010-09-20 | 5 | -3/+35 |
| | |||||
* | dealing with empty in statements | Aaron Patterson | 2010-09-20 | 1 | -1/+3 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | returning nil for tables that do not exist | Aaron Patterson | 2010-09-18 | 1 | -0/+16 |
| | |||||
* | 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 | 1 | -2/+0 |
| | | | | This reverts commit e460aa96ae9bd5f1a24d798b2d22984a54810c70. | ||||
* | Table#[] returns nil when table does not exist | Aaron Patterson | 2010-09-15 | 1 | -0/+2 |
| | |||||
* | 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 | 1 | -3/+9 |
| | |||||
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 5 | -9/+48 |
| | |||||
* | refactoring expressions to a module | Aaron Patterson | 2010-09-14 | 3 | -31/+26 |
| | |||||
* | adding sum to sql literal | Aaron Patterson | 2010-09-14 | 1 | -0/+4 |
| | |||||
* | VALUES are getting better everyday | Aaron Patterson | 2010-09-14 | 3 | -5/+6 |
| | |||||
* | 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 | 6 | -4/+36 |
| |