| Commit message (Expand) | Author | Age | Files | Lines |
* | always add a space before keywords (it is easier) | Aaron Patterson | 2014-04-11 | 1 | -9/+3 |
* | fix spacing so that Rails is happy | Aaron Patterson | 2014-04-09 | 1 | -3/+9 |
* | fix bind values in insert statements | Aaron Patterson | 2014-04-09 | 1 | -4/+4 |
* | fixing BINARY tests | Aaron Patterson | 2014-04-08 | 1 | -2/+3 |
* | fixing mysql visitor | Aaron Patterson | 2014-04-08 | 1 | -19/+42 |
* | Removed all the fiels in lib/arel/visitors/ which needs dependency on 'a' als... | Alex Lin | 2014-03-24 | 1 | -15/+15 |
* | add the casting node to the AST at build time | Aaron Patterson | 2014-03-24 | 1 | -1/+3 |
* | Make visitors threadsafe by removing @last_column | Ernie Miller | 2013-04-28 | 1 | -15/+15 |
* | Support locking by default and disable it only for SQLite. | Edgars Beigarts | 2011-08-26 | 1 | -4/+0 |
* | supressing nested parenthesis in multiple unions on mysql. thanks jhtwong. fi... | Aaron Patterson | 2011-07-20 | 1 | -0/+22 |
* | adding a Bin node to emit mysql BINARY keywords | Aaron Patterson | 2011-04-11 | 1 | -0/+4 |
* | refactoring custom lock logic to use sql literals | Aaron Patterson | 2011-02-21 | 1 | -5/+1 |
* | Lock should be a unary node | Aaron Patterson | 2011-02-21 | 1 | -2/+2 |
* | Allow database specific locking clauses to be used | Jesse Storimer | 2011-01-20 | 1 | -1/+5 |
* | adding better tests surrounding limits in adapter visitors | Aaron Patterson | 2011-01-03 | 1 | -1/+1 |
* | Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Able... | Viacheslav Petrenko | 2011-01-03 | 1 | -1/+1 |
* | quoting limit nodes | Aaron Patterson | 2010-12-07 | 1 | -1/+1 |
* | mysql will lock for update | Aaron Patterson | 2010-11-22 | 1 | -0/+4 |
* | mysql selects from dual on empty from statements | Aaron Patterson | 2010-11-05 | 1 | -0/+5 |
* | adding default limits when there is an offset for sqlite and mysql [#5316 sta... | Aaron Patterson | 2010-10-20 | 1 | -0/+7 |
* | doing a little cleanup on the visitors | Aaron Patterson | 2010-10-19 | 1 | -0/+2 |
* | moving visitors around | Aaron Patterson | 2010-09-23 | 1 | -0/+16 |