acmestack / gorm-plus

Gorm-plus是基于Gorm的增强版,类似Mybatis-plus语法。Gorm-plus is based on an enhanced version of Gorm, similar to Mybatis-plus syntax.
https://github.com/acmestack/gorm-plus/wiki
Apache License 2.0
276 stars 41 forks source link

feat: Add AndCond/OrCond extensions condition method support. feat: Add streaming paginate support. #73

Closed PhoenixL0911 closed 11 months ago

PhoenixL0911 commented 11 months ago

1.添加And和Or条件系列方法,以解决条件在使用条件分组时产生的bug #72 2.添加流式分页支持,以便在不需要跳页的场景获得更好的分页查询性能 #71

github-actions[bot] commented 11 months ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

PhoenixL0911 commented 11 months ago

I have read the CLA Document and I hereby sign the CLA

afumu commented 11 months ago

1.添加And和Or条件系列方法,以解决条件在使用条件分组时产生的bug #72 2.添加流式分页支持,以便在不需要跳页的场景获得更好的分页查询性能 #71

good!

如果能增加一些测试代码,那就更好了