Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

逆走査の対応 #12

Open
mc-chinju opened this issue Nov 24, 2019 · 0 comments
Open

逆走査の対応 #12

mc-chinju opened this issue Nov 24, 2019 · 0 comments

Comments

@mc-chinju
Copy link
Contributor

mc-chinju commented Nov 24, 2019

概要

デフォルトの取得件数 20 件だと仮定する。

# 適当なユーザーデータの作成
100.times do { User.create! }

prev_cursor = User.where(id: 10).cursor.since_cursor
User.cursor(till: prev_cursor)

こうしたときに、id が 100〜81 のレコードが取得されるが、id が 11 〜30 まで取得されるような逆走査のオプションが欲しい。

@mc-chinju mc-chinju changed the title 逆捜査の対応 逆走査の対応 Nov 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant