Skip to content

Commit

Permalink
[#2607] Add support for Oracle 12c's OFFSET .. FETCH clause
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed Jul 24, 2016
1 parent 5241ed1 commit 88dcb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions jOOQ/src/main/java/org/jooq/impl/Limit.java
Expand Up @@ -187,6 +187,8 @@ public final void accept(Context<?> context) {





case DERBY: {

// Casts are not supported here...
Expand Down
2 changes: 0 additions & 2 deletions jOOQ/src/main/java/org/jooq/impl/SelectQueryImpl.java
Expand Up @@ -495,8 +495,6 @@ && asList(CUBRID, DERBY, FIREBIRD, H2, MARIADB, MYSQL, POSTGRES, SQLITE).contain








Expand Down

0 comments on commit 88dcb4e

Please sign in to comment.