Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable frozen_string_literal in all files in arel | Rafael Mendonça França | 2017-02-13 | 1 | -0/+1 |
| | |||||
* | Add database specific string concatenation | Keenan Brock | 2016-01-05 | 1 | -0/+18 |
| | |||||
* | fixing mysql visitor | Aaron Patterson | 2014-04-08 | 1 | -7/+11 |
| | |||||
* | add the casting node to the AST at build time | Aaron Patterson | 2014-03-24 | 1 | -6/+7 |
| | | | | | If we add the casting node to the ast at build time, then we can avoid doing the lookup at visit time. | ||||
* | calling cache methods against the connection | Aaron Patterson | 2011-11-19 | 1 | -1/+1 |
| | |||||
* | Make it the responsibility of the connection to hold on to a visitor for ↵ | Jon Leighton | 2011-08-08 | 1 | -1/+1 |
| | | | | generating SQL, rather than the TreeManager. (There is a related commit coming in Active Record.) | ||||
* | supressing nested parenthesis in multiple unions on mysql. thanks jhtwong. ↵ | Aaron Patterson | 2011-07-20 | 1 | -0/+10 |
| | | | | fixes #58 | ||||
* | refactoring custom lock logic to use sql literals | Aaron Patterson | 2011-02-21 | 1 | -2/+2 |
| | |||||
* | Lock should be a unary node | Aaron Patterson | 2011-02-21 | 1 | -1/+1 |
| | |||||
* | Allow database specific locking clauses to be used | Jesse Storimer | 2011-01-20 | 1 | -5/+10 |
| | |||||
* | adding better tests surrounding limits in adapter visitors | Aaron Patterson | 2011-01-03 | 1 | -2/+2 |
| | |||||
* | quoting limit nodes | Aaron Patterson | 2010-12-07 | 1 | -0/+6 |
| | |||||
* | mysql will lock for update | Aaron Patterson | 2010-11-22 | 1 | -0/+7 |
| | |||||
* | mysql selects from dual on empty from statements | Aaron Patterson | 2010-11-05 | 1 | -1/+7 |
| | |||||
* | adding default limits when there is an offset for sqlite and mysql [#5316 ↵ | Aaron Patterson | 2010-10-20 | 1 | -0/+21 |
state:resolved] |