Skip to content
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a674c84
initital cursor rework impl
toptobes Mar 31, 2026
35835cb
use fbound polymorphism for cursor builder methods
toptobes Apr 12, 2026
054a021
asdsjdlf
toptobes Apr 13, 2026
485363d
finally getting somewhere
toptobes Apr 13, 2026
84386f3
few fixes
toptobes Apr 13, 2026
101679d
add documentation
toptobes Apr 13, 2026
97cbddf
remove old cursor stuff
toptobes Apr 13, 2026
9b37507
few updates
toptobes Apr 13, 2026
bf1af85
couple cursor fixes
toptobes Apr 15, 2026
57535a1
porting cursor tests wip
sl-at-ibm Apr 15, 2026
c1b91c3
Stefano's cursor testing (and necessary changes along the way) (#149)
sl-at-ibm Apr 20, 2026
7396568
More cursor testing for collections (#153)
sl-at-ibm Apr 21, 2026
472d0d6
couple merge conflict fixes
toptobes Apr 21, 2026
4b74f96
try implementing cursor manual pagination api
toptobes Apr 21, 2026
d1165ac
fix couple tests
toptobes Apr 21, 2026
c139241
couple fixes
toptobes Apr 21, 2026
d565bc2
making room for a pagination test collection +data
sl-at-ibm Apr 21, 2026
9935431
added full pagination testing, with several issues in comments
sl-at-ibm Apr 21, 2026
8652e9a
fix couple tests
toptobes Apr 21, 2026
d8487aa
FindPage.Result => .Results
toptobes Apr 21, 2026
2f285a9
fix oops
toptobes Apr 21, 2026
1226e98
couple tiny cursor fixes
toptobes Apr 29, 2026
e1cadab
attempt to split find options hierarchy
toptobes Apr 29, 2026
413b3c7
put rewind in the right place for a test
toptobes Apr 29, 2026
a47dfb3
fix find options and split hierarchy
toptobes Apr 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
176 changes: 87 additions & 89 deletions src/DataStax.AstraDB.DataApi/Collections/Collection.cs

Large diffs are not rendered by default.

194 changes: 0 additions & 194 deletions src/DataStax.AstraDB.DataApi/Core/Cursor.cs

This file was deleted.

Loading
Loading