issues
search
pilagod
/
gorm-cursor-paginator
A paginator doing cursor-based pagination based on GORM
https://github.com/pilagod/gorm-cursor-paginator
MIT License
192
stars
44
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for cursor direction
#69
sashahilton00
opened
1 month ago
0
Pagination using `HAVING` clauses
#68
tscolari
opened
1 month ago
1
Cursor direction encoded as part of a cursor
#67
Virviil
opened
2 months ago
1
feat: add support for custom encoder/decoder implementations
#66
sashahilton00
closed
3 weeks ago
14
Release v2.6.1
#65
pilagod
closed
4 months ago
1
Fix slice encoding
#64
chrisroberts
closed
4 months ago
7
Release v2.6.0
#63
pilagod
closed
5 months ago
1
feat: Add optimization feature for composite cursors
#62
tadeboro
closed
5 months ago
3
README.md: Fix typos
#61
unickorn
closed
6 months ago
1
Add cursor encoder/decoder public getter
#60
pilagod
closed
7 months ago
1
How to encode cursor from given element.
#59
emfomy
closed
7 months ago
7
Support NULL value replacement for custom types
#58
zitnik
closed
8 months ago
4
Using smart select fields
#57
dschreij
closed
9 months ago
2
How to use pagination with KSUID package?
#56
myrtleTree33
closed
10 months ago
2
feat: support custom order (e.g. NULLS LAST)
#55
emfomy
closed
1 year ago
0
Order with NULL FIRST/LAST implicitly.
#54
emfomy
closed
1 year ago
9
Release v2.4.1
#53
pilagod
closed
1 year ago
1
Cast `NULLReplacement` when `SQLType` is specified
#52
jpugliesi
closed
1 year ago
5
Update badge
#51
pilagod
closed
1 year ago
0
Release v2.4.0
#50
pilagod
closed
1 year ago
0
use schema DBName to parse SQLKey
#49
goxiaoy
closed
1 year ago
3
fix (paginator): fix panic when isNil(...) is called with an arrary
#48
jimlambrt
closed
2 years ago
5
Update README.md
#47
nickdelja
closed
2 years ago
3
Allow Nested Struct Attribute For Rule Key
#46
khalilsarwari
closed
2 years ago
2
同学,您这个项目引入了64个开源组件,存在2个漏洞,辛苦升级一下
#45
dependasec[bot]
closed
2 years ago
0
Support JSON pagination
#44
nikicc
closed
2 years ago
3
Using data inside JSON columns as cursors
#42
nikicc
closed
2 years ago
7
How to do pagination on multiple order by keys ?
#41
abhiturbot
closed
2 years ago
2
How to paginate a gorm.Association?
#40
pabloos
closed
2 years ago
2
Allow replacing NULLs with arbitrary values
#39
nikicc
closed
3 years ago
14
let client control context
#38
pilagod
closed
3 years ago
1
Context not used?
#37
khalilsarwari
closed
3 years ago
2
Flip key order instead of global order for backward cursor
#36
sylviamoss
closed
3 years ago
5
Release V2
#35
pilagod
closed
3 years ago
1
[v2] Release v2
#34
pilagod
closed
3 years ago
1
[v2] Add DecodeStruct to cursor Decoder
#33
pilagod
closed
3 years ago
1
[v2] Support GORM column tag
#32
pilagod
closed
3 years ago
1
Use GORM column tag if exists as default key sql representation
#31
pilagod
closed
3 years ago
0
[v2] Add rule to paginator config
#30
pilagod
closed
3 years ago
1
[v2] Return error from Paginate function
#29
pilagod
closed
3 years ago
1
Add DecodeStruct method to cursor decoder
#28
pilagod
closed
3 years ago
0
[v2] Return error from cursor encoder & decoder
#27
pilagod
closed
3 years ago
1
[v2] Restructure package
#26
pilagod
closed
3 years ago
1
[v2] Migrate to gorm v2
#25
pilagod
closed
3 years ago
1
Multi-field sorting: can orders differ per key?
#24
nikicc
closed
3 years ago
5
Migrate to gorm.io/gorm
#23
pilagod
closed
3 years ago
0
GORM v2.0 support?
#22
nikicc
closed
3 years ago
1
Setting 3 or more keys generates a wrong cursor query
#21
mchaisse
closed
4 years ago
1
[question] Cursor of each row
#20
theomjones
closed
3 years ago
1
Ability to paginate Scanned results
#19
kingwill101
closed
3 years ago
7
Next