aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_oracle12.rb
Commit message (Collapse)AuthorAgeFilesLines
* Drop unneeded assignmentojab2016-08-311-1/+1
|
* Merge pull request #422 from yahonda/oracle12_support_bind_valueSean Griffin2016-05-061-2/+13
|\ | | | | Support Oracle bind parameter value for Oracle12 visitor
| * Support Oracle bind parameter value for Oracle12 visitorYasuo Honda2016-04-111-2/+13
| |
* | Raise ArgumentError if limit and lock are used for Oracle12 visitorYasuo Honda2016-05-021-3/+4
|/ | | | | | | it would generates `SELECT ... FETCH FIRST n ROWS ONLY FOR UPDATE` which causes Oracle 12c database returns this error : ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc.
* No need to quote limit for Oracle12 visitorYasuo Honda2015-09-011-2/+2
|
* Create Arel::Visitors::Oracle12 to provide better top-N queryYasuo Honda2015-06-191-0/+47
to support `FETCH FIRST n ROWS` and `OFFSET` for Oracle 12c database