Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.5.0.M2' into 1.5.0.M2
Browse files Browse the repository at this point in the history
  • Loading branch information
haocao committed Jun 30, 2017
2 parents 17141df + 283e790 commit 4391c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ next = "/00-overview/contribution/"

## 1.5.0.M2

1. 简单子查询支持
1. 非功能型子查询支持
1. Oracle与SQLServer分页支持

### 缺陷修正
Expand Down
1 change: 1 addition & 0 deletions sharding-jdbc-doc/content/02-guide/subquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ SELECT * FROM t_order o ORDER BY id OFFSET ? ROW FETCH NEXT ? ROWS ONLY
```

目前不支持使用WITH xxx AS (SELECT ...)的方式进行分页。由于Hibernate自动生成的SQLServer分页语句使用了WITH语句,因此目前并不支持基于Hibernate的SQLServer分页。
目前也不支持使用两个TOP + 子查询的方式实现分页。

## MySQL, PostgreSQL

Expand Down

0 comments on commit 4391c6c

Please sign in to comment.