Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Freeze all the strings in visitors | ojab | 2016-08-31 | 1 | -0/+1 |
| | |||||
* | Merge pull request #422 from yahonda/oracle12_support_bind_value | Sean Griffin | 2016-05-06 | 1 | -0/+4 |
|\ | | | | | Support Oracle bind parameter value for Oracle12 visitor | ||||
| * | Support Oracle bind parameter value for Oracle12 visitor | Yasuo Honda | 2016-04-11 | 1 | -0/+4 |
| | | |||||
* | | Raise ArgumentError if limit and lock are used for Oracle12 visitor | Yasuo Honda | 2016-05-02 | 1 | -3/+5 |
|/ | | | | | | | 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. | ||||
* | Create Arel::Visitors::Oracle12 to provide better top-N query | Yasuo Honda | 2015-06-19 | 1 | -0/+53 |
to support `FETCH FIRST n ROWS` and `OFFSET` for Oracle 12c database |