Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / pagehelper/Mybatis-PageHelper issues and pull requests
#842 - 多数据源配置方言不生效
Issue -
State: open - Opened by lsj111 5 days ago
- 2 comments
#841 - 将max.page.size设为200时,页面查询返回时间长
Issue -
State: closed - Opened by zhangqs-coder 8 days ago
- 1 comment
#840 - fix example of offsetPage
Pull Request -
State: closed - Opened by S00ahKim about 2 months ago
#839 - Wiki Example Correction Request - offsetPage Method in HowToUse.md
Issue -
State: closed - Opened by S00ahKim about 2 months ago
- 1 comment
#838 - 支持对sunDB数据库的分页功能
Pull Request -
State: closed - Opened by allon2 about 2 months ago
#837 - fix: 在复制countBoundSql的时候,复制additionalParameter
Pull Request -
State: closed - Opened by yuzhi-jiang 3 months ago
#836 - fix: 在复制countBoundSql的时候,复制additionalParameter
Pull Request -
State: closed - Opened by yuzhi-jiang 3 months ago
#835 - 如何自动ORDER BY RAND() , 现在会在sql后面自动添加一列 AS ROW_ALIAS_1,导致列名不明确
Issue -
State: closed - Opened by fanqieo 3 months ago
#834 - 在一个service中调mapper查多次导致方言代理为空
Issue -
State: open - Opened by youglu 3 months ago
- 1 comment
#833 - 自定义拦截器InnerInterceptor无法作用于自定义_COUNT count语句
Issue -
State: open - Opened by deepduckfts 3 months ago
- 2 comments
#832 - pageHelper如何适配OceanBase
Issue -
State: open - Opened by zhpss 3 months ago
- 1 comment
#831 - 手动指定方言类型
Issue -
State: open - Opened by aLunVladimir 3 months ago
- 3 comments
#830 - 开启异步count后,拥有association或者collection的<resultMap>会报错
Issue -
State: open - Opened by karhow 3 months ago
- 1 comment
#829 - doc: link to en notice from en guide
Pull Request -
State: closed - Opened by cocoliliace 4 months ago
#828 - fix: typo in English guide
Pull Request -
State: closed - Opened by cocoliliace 4 months ago
#827 - 自定义get方法导致的一个调用报错
Issue -
State: open - Opened by fengshenjingjun 4 months ago
#826 - 达梦数据库hint兼容group by但是PageHelper分页不支持hint
Issue -
State: closed - Opened by robin-xl 4 months ago
- 1 comment
#825 - 建议把SqlServer默认方言改为sqlserver2012
Issue -
State: open - Opened by lijinan 4 months ago
- 2 comments
#824 - banner 建议加在PageHelperProperties 进行开关,不建议用代码方式
Issue -
State: open - Opened by 1713612859 4 months ago
- 2 comments
#823 - fix: 设置超出数据页码范围pageNo,isLastPage的计算错误
Pull Request -
State: open - Opened by maganto1 5 months ago
#822 - 设置超出数据页码范围pageNo,isLastPage的计算错误
Issue -
State: open - Opened by maganto1 5 months ago
#821 - 严重BUG,使用sqlserver时,分页查询因为ORDER BY前的空行导致查询缓慢的问题
Issue -
State: open - Opened by trifolium-x 5 months ago
- 8 comments
#820 - 希望增加分页条数的缓存功能
Issue -
State: open - Opened by OctoberSouth 5 months ago
- 5 comments
#819 - SqlServer 跨服务器查询语句,会提示不支持该SQL转换为分页查询
Issue -
State: open - Opened by keshengkevin 6 months ago
- 2 comments
#818 - sqlparser-timeout超时时间好像不是10秒
Issue -
State: open - Opened by Q3061932198 6 months ago
- 2 comments
Labels: bug
#817 - springboot 3 整合 pagehelper 报错 Caused by: java.lang.NoClassDefFoundError: net/sf/jsqlparser/statement/select/SelectBody
Issue -
State: open - Opened by chentuan 6 months ago
- 5 comments
#815 - chore: README.md示例代码格式化,提升可读性
Pull Request -
State: closed - Opened by ChengenH 7 months ago
- 1 comment
#814 - PageHelper6.1.0搭配jsqlparser4.5又出问题了
Issue -
State: open - Opened by LSL1618 7 months ago
- 2 comments
#813 - 版本由4.1.6 升级到5.3.2后,PageDynamicSqlSource被删除了有什么方案代替
Issue -
State: closed - Opened by ZMMWMY 7 months ago
- 1 comment
#812 - xugudb_support
Pull Request -
State: open - Opened by kimwqy 7 months ago
#811 - 升级到6.1.0后jsqlparser4.7又出问题了
Issue -
State: open - Opened by LSL1618 8 months ago
- 2 comments
Labels: SQL解析
#810 - 数据查询返回后进行转化,hasNextPage属性值永远是false
Issue -
State: closed - Opened by zjfplayer 8 months ago
- 3 comments
#809 - sqlserver 使用 PageHelper.startPage 分页报错
Issue -
State: closed - Opened by zhangheng0027 9 months ago
- 3 comments
#808 - pagehelper在docker中卡在了启动欢迎处
Issue -
State: open - Opened by luozhizhong81 9 months ago
- 1 comment
#807 - 开发者福利,尽快尝试领取!StarkNet针对TOP 5K进行空投!
Issue -
State: closed - Opened by pagehelper 9 months ago
#806 - springboot3.2.2引入pageHelper5.3.2执行分页方法报类型转换异常。分页不生效
Issue -
State: open - Opened by liumaishenjian 9 months ago
- 1 comment
#805 - 开启异步count支持后,不兼容Mybatis-Plus的多租户插件
Issue -
State: open - Opened by java-my-life 9 months ago
- 4 comments
#804 - fix 兼容jakarta/javax的ServletRequest
Pull Request -
State: closed - Opened by admintertar 10 months ago
#803 - make PageInfo implement Collection, and then can use it as a List directly
Issue -
State: open - Opened by Ikki-Dai 10 months ago
- 1 comment
#802 - 如何兼容MybatisPlus 3.5.5 和 PageHelper 2.1.0 ?
Issue -
State: open - Opened by qichhhhh 10 months ago
- 7 comments
#801 - JSqlParser4.8
Issue -
State: open - Opened by pagehelper 10 months ago
- 1 comment
#800 - 开启asyncCount 时,打印的sql语句不全
Issue -
State: open - Opened by Taogang00 10 months ago
- 2 comments
#799 - NoClassDefFoundError: net/sf/jsqlparser/statement/select/ParenthesedSelect
Issue -
State: open - Opened by bloodcolding 10 months ago
- 1 comment
#798 - Springboot3版本supportMethodsArguments参数失效
Issue -
State: closed - Opened by liukai237 11 months ago
- 2 comments
Labels: 优化
#797 - PageInfo重载一个of方法,支持手动指定count返回分页信息
Pull Request -
State: closed - Opened by yesAnd92 11 months ago
- 1 comment
#796 - fix: #793 ,不同数据库方言切换问题
Pull Request -
State: closed - Opened by yeeevip 11 months ago
#795 - fix: #793 ,不同数据库方言切换问题
Pull Request -
State: closed - Opened by yeeevip 11 months ago
#794 - fix: #793 ,不同数据库方言切换问题
Pull Request -
State: closed - Opened by yeeevip 11 months ago
- 1 comment
#793 - 多数据库方言就有问题,假如我第一次使用了mysql,然后使用sqlserver查询就还是用的limit分页;代码逻辑有问题具体看详情
Issue -
State: closed - Opened by yeeevip 11 months ago
- 9 comments
#792 - 这个参数根本没用pagehelper.auto-dialect=false,代码里一直都是true,无法控制
Issue -
State: closed - Opened by yeeevip 11 months ago
- 4 comments
#791 - 检查插件是否被添加
Pull Request -
State: closed - Opened by yaokkkkk 11 months ago
- 1 comment
#790 - mybatis自定义拦截器修改sql后执行空指针
Issue -
State: open - Opened by shingle2302 11 months ago
- 1 comment
#789 - 线上环境升级到6.1.0,服务器CPU直接99%以上,下不来,接口全部无响应
Issue -
State: open - Opened by Q3061932198 11 months ago
- 4 comments
#788 - 【功能请求】自定义 count sql 获取 PageInfo 对象请求
Issue -
State: closed - Opened by WangJincheng4869 11 months ago
- 2 comments
#787 - 添加注解避免不安全的分页
Issue -
State: open - Opened by sc-xy 11 months ago
- 1 comment
#786 - 多数据源yml文件配置autoRuntimeDialect:true不生效 需要带上引号
Issue -
State: open - Opened by zhangqi345914751 12 months ago
Labels: bug
#786 - 多数据源yml文件配置autoRuntimeDialect:true不生效 需要带上引号
Issue -
State: open - Opened by zhangqi345914751 12 months ago
Labels: bug
#785 - 未使用Page分页,但项目中有引入PageHelper插件,却自动判断添加了LIMIT?
Issue -
State: closed - Opened by xiawei520 12 months ago
- 2 comments
#784 - 内嵌 jsqlparser 以规避版本冲突
Pull Request -
State: closed - Opened by moonfruit about 1 year ago
- 6 comments
#784 - 内嵌 jsqlparser 以规避版本冲突
Pull Request -
State: closed - Opened by moonfruit about 1 year ago
- 6 comments
#783 - 指定排序setOrderBy,里面的方法强制检查sql注入,无法使用单引号
Issue -
State: open - Opened by fly2086 about 1 year ago
- 7 comments
#782 - 可否升级jsqlparse到4.7版本
Issue -
State: open - Opened by SheldonKubor about 1 year ago
- 1 comment
#782 - 可否升级jsqlparse到4.7版本
Issue -
State: open - Opened by SheldonKubor about 1 year ago
- 1 comment
#781 - 提交两点构建相关改进
Pull Request -
State: closed - Opened by qxo about 1 year ago
#781 - 提交两点构建相关改进
Pull Request -
State: closed - Opened by qxo about 1 year ago
#780 - 修改bug https://github.com/pagehelper/Mybatis-PageHelper/issues/779
Pull Request -
State: closed - Opened by xiao8Git about 1 year ago
#780 - 修改bug https://github.com/pagehelper/Mybatis-PageHelper/issues/779
Pull Request -
State: closed - Opened by xiao8Git about 1 year ago
#779 - PageInfo 里的EMPTY属性和emptyPageInfo() 方法返回的对象不正确
Issue -
State: closed - Opened by xiao8Git about 1 year ago
- 1 comment
#779 - PageInfo 里的EMPTY属性和emptyPageInfo() 方法返回的对象不正确
Issue -
State: closed - Opened by xiao8Git about 1 year ago
- 1 comment
#778 - 隔离JSqlParser依赖,避免兼容性问题
Issue -
State: closed - Opened by abel533 about 1 year ago
- 1 comment
#777 - 增加SQL解析缓存,以提升性能sql parse cache
Pull Request -
State: open - Opened by qxo about 1 year ago
- 7 comments
#773 - PageHelper.offsetPage使用,预期结果只有1条,count为true或false,结果返回不一致。
Issue -
State: open - Opened by zsj-up about 1 year ago
- 5 comments
Labels: bug
#765 - SpringBoot3运行native-image报错
Issue -
State: open - Opened by weifengze about 1 year ago
- 3 comments
#764 - 里面用到的JSqlParser有严重性能问题
Issue -
State: open - Opened by VanillaIceCreams over 1 year ago
- 1 comment
Labels: 待处理, SQL解析
#760 - 使用offset分页时,total不准确
Issue -
State: closed - Opened by Pink-Starfish over 1 year ago
- 7 comments
#752 - Bump guava from 31.1-jre to 32.0.0-jre
Pull Request -
State: open - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#743 - 怎么不让 pagehelper 通过 RowBounds 进行分页
Issue -
State: open - Opened by tanyaofei over 1 year ago
- 1 comment
#742 - 服务首次启动,并发场景下,偶发NPE异常
Issue -
State: open - Opened by homawu over 1 year ago
- 2 comments
#741 - Ignoring unnecessarily generated surefire-report
Pull Request -
State: closed - Opened by java-codehunger over 1 year ago
#740 - HsqldbDialect 和 PostgreSqlDialect 有什么区别?
Issue -
State: open - Opened by conghaoyan over 1 year ago
- 1 comment
#739 - Bump hsqldb from 2.2.9 to 2.7.1
Pull Request -
State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#738 - from flask import Flask, render_template, request app = Flask(__name__) # Home page @app.route('/') def home(): return render_template('home.html') # Login page @app.route('/login', methods=['GET', 'POST']) def login(): if request.method == 'POST': username = request.form['username'] password = request.form['password'] # Check if the username and password are valid # Redirect to the user's profile page return render_template('login.html') # User profile page @app.route('/profile') def profile(): # Get the user's information from the database return render_template('profile.html') # Friends page @app.route('/friends') def friends(): # Get the user's friends from the database return render_template('friends.html') # Chat page @app.route('/chat') def chat(): # Get the user's chat history from the database return render_template('chat.html') if __name__ == '__main__': app.run(debug=True)
Issue -
State: closed - Opened by moking12 over 1 year ago
- 1 comment
#737 - new PageInfo(null)会报空指针异常
Issue -
State: closed - Opened by 7colorlotus over 1 year ago
- 4 comments
#736 - presto分页sql offset ? limit ?未正确格式化成 offset 20 limit 10
Issue -
State: closed - Opened by fengyaocheng over 1 year ago
- 4 comments
#735 - presto的connection.getMetaData.getUrl 返回的url不带[jdbc:]前缀...
Issue -
State: closed - Opened by fengyaocheng over 1 year ago
- 3 comments
#734 - 想自定义一个分页功能,但企图不侵入源码实现时遇到点问题
Issue -
State: open - Opened by changeAtLater over 1 year ago
#733 - PageHelper5.3.2版本中LOCAL_PAGE没有及时清除
Issue -
State: open - Opened by egene-huang over 1 year ago
- 2 comments
#732 - order by
Issue -
State: closed - Opened by Lightzeng almost 2 years ago
#731 - 请教个问题,如何自定义count sql?
Issue -
State: closed - Opened by lfygh almost 2 years ago
#730 - 请教个问题,Mapper请求后 new PageInfo 是如何把total值设置进去的
Issue -
State: open - Opened by wxz0107 almost 2 years ago
- 1 comment
#729 - sybase数据库怎么不支持?求安排
Issue -
State: open - Opened by hfsanlilong almost 2 years ago
- 1 comment
#728 - 如何指定分页范围
Issue -
State: closed - Opened by GreenCypress almost 2 years ago
- 2 comments
#727 - oracle 单表大数据分页问题
Issue -
State: closed - Opened by ZaiKL almost 2 years ago
- 2 comments
#726 - 支持从URL中解析openGauss 数据库 对应的方言
Pull Request -
State: closed - Opened by saxisuer almost 2 years ago
#725 - 接手前人代码,里面用了pageHelper,感觉不好用,不理解设计逻辑
Issue -
State: closed - Opened by yefeilang almost 2 years ago
- 1 comment
#724 - oceanbase_support
Pull Request -
State: open - Opened by Itachi482244 almost 2 years ago
#723 - oceanbase_support
Pull Request -
State: closed - Opened by Itachi482244 almost 2 years ago
- 1 comment
#721 - sqlserver offset 语法错误
Issue -
State: closed - Opened by JavaLionLi almost 2 years ago
- 6 comments
#720 - 适配东方通(tongweb)时分页报错
Issue -
State: closed - Opened by penweizgx almost 2 years ago
- 1 comment
#719 - count查询能否做成分布式?
Issue -
State: closed - Opened by Welkin1027 almost 2 years ago
- 2 comments