Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oracle tests passing | Aaron Patterson | 2014-04-08 | 1 | -19/+23 |
| | |||||
* | Support `columns_for_distinct` | Yasuo Honda | 2013-10-14 | 1 | -1/+2 |
| | |||||
* | Update test_oracle.rb | Eduardo Mourao | 2013-03-15 | 1 | -1/+2 |
| | |||||
* | Add oracle paging optimization discussed in issue 99 | tom | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | Oracle limit and offset issue when query is ordered, issue #99 solved. | babinho | 2012-02-17 | 1 | -2/+1 |
| | |||||
* | Support locking in Oracle | Edgars Beigarts | 2011-08-26 | 1 | -0/+7 |
| | |||||
* | 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.) | ||||
* | adding Distinct ON node | Aaron Patterson | 2011-04-21 | 1 | -2/+2 |
| | |||||
* | Added MINUS for Oracle | Brian Cardarella | 2011-01-23 | 1 | -0/+9 |
| | | | | Aliased :minus to :except for the SelectManager | ||||
* | fixing tests for oracle visitor | Aaron Patterson | 2011-01-03 | 1 | -6/+6 |
| | |||||
* | fix one more time order_hacks method for Oracle | Raimonds Simanovskis | 2010-11-16 | 1 | -0/+12 |
| | | | correctly split order string by commas ignoring commas which separate function arguments | ||||
* | generate correct select if only offset is present (in Oracle) | Raimonds Simanovskis | 2010-10-21 | 1 | -0/+16 |
| | |||||
* | renaming test_helper to helper so that it is not double required | Aaron Patterson | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | got rid of retarded check method. down with rspec | Ryan Davis | 2010-10-18 | 1 | -3/+3 |
| | |||||
* | Renamed spec_helper to test_helper | Ryan Davis | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Fisting arel specs -- still needs tree_manager and cleanup | Ryan Davis | 2010-10-18 | 1 | -0/+111 |