We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当前使用版本 3.5.3.1
我通过SqlInjector自定义了一个游标查询,其中应该使用Cursor作为返回集合 同时我使用了DynamicTableNameInnerInterceptor动态表名插件,当我正常使用list查询时,可以正常触发 beforeQuery的方法,当我使用Cursor时,无法触发beforeQuery的方法,也就无法动态切换表名,
把List与Cursor互相替换,然后打断点beforeQuery,就可以观察到,Cursor下没触发beforeQuery
The text was updated successfully, but these errors were encountered:
目前没做Executor#queryCursor的拦截
Executor#queryCursor
Sorry, something went wrong.
No branches or pull requests
当前使用版本(必填,否则不予处理)
当前使用版本 3.5.3.1
该问题是如何引起的?(确定最新版也有问题再提!!!)
我通过SqlInjector自定义了一个游标查询,其中应该使用Cursor作为返回集合
同时我使用了DynamicTableNameInnerInterceptor动态表名插件,当我正常使用list查询时,可以正常触发
beforeQuery的方法,当我使用Cursor时,无法触发beforeQuery的方法,也就无法动态切换表名,
重现步骤(如果有就写完整)
把List与Cursor互相替换,然后打断点beforeQuery,就可以观察到,Cursor下没触发beforeQuery
报错信息
The text was updated successfully, but these errors were encountered: