Skip to content

Commit 4c83d59

Browse files
committed
ドキュメント ページング に MssqlDialect 記載
1 parent 76a92f7 commit 4c83d59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/sources/query/select.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ Iterableを使ったIN句へのマッピング
285285
| Mssql2008Dialect | offsetを指定する場合、ORDER BY句を持ちORDER BY句で指定する |
286286
| | カラムすべてをSELECT句に含んでいる |
287287
+------------------+---------------------------------------------------------------+
288+
| MssqlDialect | offsetを指定する場合、ORDER BY句を持つ必要があります |
289+
+------------------+---------------------------------------------------------------+
288290
| StandardDialect | ORDER BY句を持ちORDER BY句で指定する |
289291
| | カラムすべてをSELECT句に含んでいる |
290292
+------------------+---------------------------------------------------------------+
@@ -441,4 +443,3 @@ SQL のログ出力形式
441443
List<Employee> selectById(Integer id);
442444
443445
``SqlLogType.RAW`` はバインドパラメータ(?)付きの SQL をログ出力することを表します。
444-

0 commit comments

Comments
 (0)