| Commit message (Expand) | Author | Age | Files | Lines |
* | mssql visitor is working | Aaron Patterson | 2014-04-08 | 1 | -16/+21 |
* | finally stop returning strings | Aaron Patterson | 2014-04-08 | 1 | -2/+3 |
* | loop over cores twice to make the collector implementation more convenient | Aaron Patterson | 2014-04-08 | 1 | -3/+3 |
* | build the ast rather than passing around strings | Aaron Patterson | 2014-04-08 | 1 | -12/+10 |
* | move the ORDER BY to the RowNumber method | Aaron Patterson | 2014-04-08 | 1 | -4/+4 |
* | move all the "ORDER BY" together | Aaron Patterson | 2014-04-08 | 1 | -7/+9 |
* | use if / else so my brain stops hurting | Aaron Patterson | 2014-04-08 | 1 | -1/+1 |
* | refactor mssql nodes to move away from string interpolation | Aaron Patterson | 2014-04-08 | 1 | -1/+13 |
* | Removed all the fiels in lib/arel/visitors/ which needs dependency on 'a' als... | Alex Lin | 2014-03-24 | 1 | -12/+12 |
* | Remove deprecated calls from the tests | Rafael Mendonça França | 2013-12-05 | 1 | -2/+2 |
* | Make visitors threadsafe by removing @last_column | Ernie Miller | 2013-04-28 | 1 | -12/+12 |
* | remove unnecessary guarding agains literal | arkadiy kraportov | 2011-06-10 | 1 | -10/+0 |
* | LIMIT and OFFSET support for MS SQL | arkadiy kraportov | 2011-06-09 | 1 | -9/+69 |
* | adding TOP to sub selects for mssql | Aaron Patterson | 2011-02-02 | 1 | -0/+7 |
* | Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Able... | Viacheslav Petrenko | 2011-01-03 | 1 | -0/+16 |