aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_oracle.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update test_oracle.rbEduardo Mourao2013-03-151-1/+2
|
* Add oracle paging optimization discussed in issue 99tom2013-01-081-1/+1
|
* Oracle limit and offset issue when query is ordered, issue #99 solved.babinho2012-02-171-2/+1
|
* Support locking in OracleEdgars Beigarts2011-08-261-0/+7
|
* Make it the responsibility of the connection to hold on to a visitor for ↵Jon Leighton2011-08-081-1/+1
| | | | generating SQL, rather than the TreeManager. (There is a related commit coming in Active Record.)
* adding Distinct ON nodeAaron Patterson2011-04-211-2/+2
|
* Added MINUS for OracleBrian Cardarella2011-01-231-0/+9
| | | | Aliased :minus to :except for the SelectManager
* fixing tests for oracle visitorAaron Patterson2011-01-031-6/+6
|
* fix one more time order_hacks method for OracleRaimonds Simanovskis2010-11-161-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 Simanovskis2010-10-211-0/+16
|
* renaming test_helper to helper so that it is not double requiredAaron Patterson2010-10-181-1/+1
|
* got rid of retarded check method. down with rspecRyan Davis2010-10-181-3/+3
|
* Renamed spec_helper to test_helperRyan Davis2010-10-181-1/+1
|
* Fisting arel specs -- still needs tree_manager and cleanupRyan Davis2010-10-181-0/+111