Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace 'LIMIT n' with 'FETCH FIRST n ROWS ONLY' when using ibm_db | Shane Emmons | 2011-04-29 | 1 | -0/+2 |
| | |||||
* | Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James ↵ | Viacheslav Petrenko | 2011-01-03 | 1 | -0/+3 |
| | | | | Abley (https://github.com/jabley/arel). | ||||
* | mostly implemented depth-first traversal | Aaron Patterson | 2010-11-29 | 1 | -0/+1 |
| | |||||
* | adding default limits when there is an offset for sqlite and mysql [#5316 ↵ | Aaron Patterson | 2010-10-20 | 1 | -0/+3 |
| | | | | state:resolved] | ||||
* | adding a base class visitor | Aaron Patterson | 2010-10-19 | 1 | -0/+1 |
| | |||||
* | implementing where_sql method | Aaron Patterson | 2010-10-12 | 1 | -0/+1 |
| | |||||
* | alias visitor_for to for | Aaron Patterson | 2010-10-03 | 1 | -0/+1 |
| | |||||
* | adding an oracle visitor | Aaron Patterson | 2010-09-24 | 1 | -3/+5 |
| | |||||
* | caching visitor on a per engine basis | Aaron Patterson | 2010-09-23 | 1 | -0/+20 |
| | |||||
* | moving visitors around | Aaron Patterson | 2010-09-23 | 1 | -0/+6 |