Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'sqlite3' ==> {:adapter => 'sqlite3'} | Krekoten' Marjan | 2010-09-27 | 1 | -1/+1 |
* | using the last seen column for quoting | Aaron Patterson | 2010-09-27 | 3 | -2/+19 |
* | 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 |
* | shuffling around the spec directory | Aaron Patterson | 2010-09-24 | 90 | -4898/+0 |
* | yay, more oracle hacks | Aaron Patterson | 2010-09-24 | 1 | -0/+12 |
* | avoid modifying the ast in certain cases | Aaron Patterson | 2010-09-24 | 1 | -0/+30 |
* | adding more oracle hacks | Aaron Patterson | 2010-09-24 | 1 | -0/+12 |
* | dealing with limits and offsets | Aaron Patterson | 2010-09-24 | 1 | -0/+15 |
* | creating a subquery when there is an order and a limit | Aaron Patterson | 2010-09-24 | 1 | -0/+10 |
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 2 | -0/+26 |
* | ignoring alias | Aaron Patterson | 2010-09-23 | 1 | -0/+5 |
* | constructor can take column info | Aaron Patterson | 2010-09-21 | 1 | -0/+7 |
* | making stuff work on mysql | Aaron Patterson | 2010-09-21 | 2 | -1/+10 |
* | supporting ranges for IN statements | Aaron Patterson | 2010-09-20 | 1 | -0/+14 |
* | dealing with empty in statements | Aaron Patterson | 2010-09-20 | 1 | -0/+7 |
* | if FROM is a string, convert to string literal | Aaron Patterson | 2010-09-18 | 1 | -1/+1 |
* | returning nil for tables that do not exist | Aaron Patterson | 2010-09-18 | 1 | -21/+5 |
* | Revert "Table#[] returns nil when table does not exist" | Aaron Patterson | 2010-09-15 | 1 | -7/+0 |
* | Table#[] returns nil when table does not exist | Aaron Patterson | 2010-09-15 | 1 | -0/+7 |
* | JoinSql visitor will visit left side if left is a join | Aaron Patterson | 2010-09-15 | 1 | -0/+35 |
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 2 | -6/+6 |
* | VALUES are getting better everyday | Aaron Patterson | 2010-09-14 | 1 | -0/+5 |
* | adding an EXISTS node, update method will generate an IN clause | Aaron Patterson | 2010-09-14 | 3 | -2/+47 |
* | totally lame, but arel expects FROM to only be one item | Aaron Patterson | 2010-09-12 | 1 | -1/+1 |
* | order accepts symbols for clauses | Aaron Patterson | 2010-09-12 | 1 | -0/+13 |
* | OUTER JOIN should be LEFT OUTER JOIN | Aaron Patterson | 2010-09-12 | 1 | -1/+1 |
* | supporting symbols for group statements | Aaron Patterson | 2010-09-12 | 1 | -0/+12 |
* | using table_alias when :as is passed to the constructor | Aaron Patterson | 2010-09-12 | 1 | -0/+9 |
* | adding some backwards compatibility | Aaron Patterson | 2010-09-12 | 1 | -0/+12 |
* | supporting StringJoin in the JoinSQL visitor | Aaron Patterson | 2010-09-12 | 1 | -0/+9 |
* | Add test for Hash visitor. | Emilio Tagua | 2010-09-11 | 1 | -0/+4 |
* | Add Min node. | Emilio Tagua | 2010-09-11 | 1 | -0/+7 |
* | backwards compat | Aaron Patterson | 2010-09-10 | 1 | -0/+6 |
* | inserting false works a bit better | Aaron Patterson | 2010-09-10 | 1 | -0/+9 |
* | fixing indentation | Aaron Patterson | 2010-09-10 | 1 | -1/+1 |
* | adding some backwards compatibility for AR | Aaron Patterson | 2010-09-10 | 1 | -0/+11 |
* | adding not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 2 | -2/+27 |
* | equality should handle nil correctly | Aaron Patterson | 2010-09-10 | 1 | -0/+7 |
* | added a greater than node | Aaron Patterson | 2010-09-10 | 1 | -0/+16 |
* | added greater than or equal to node | Aaron Patterson | 2010-09-10 | 1 | -0/+16 |
* | adding "orders" method | Aaron Patterson | 2010-09-10 | 1 | -0/+10 |
* | we can visit DateTime | Aaron Patterson | 2010-09-10 | 1 | -0/+4 |
* | adding an offset node | Aaron Patterson | 2010-09-10 | 1 | -0/+15 |
* | adding taken method to return the limit value | Aaron Patterson | 2010-09-09 | 1 | -0/+9 |
* | adding a Value node so that SqlLiteral values may be used | Aaron Patterson | 2010-09-09 | 2 | -3/+17 |
* | Table#join will noop when nil is passed | Aaron Patterson | 2010-09-09 | 1 | -0/+6 |
* | adding locking node to the AST | Aaron Patterson | 2010-09-08 | 1 | -0/+9 |
* | we can visit floats! | Aaron Patterson | 2010-09-08 | 1 | -0/+4 |