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
原因:老版本的sqlserver微软已经停止维护了,SqlServerDialect 的分页效率是很低的,对于数据源修改默认方言较为复杂 建议:把 SqlServer默认方言改为SqlServer2012Dialect
The text was updated successfully, but these errors were encountered:
useSqlserver2012(sqlserver):使用 SqlServer2012 数据库时,需要手动指定为 sqlserver2012,否则会使用 SqlServer2005 的方式进行分页,还可以设置 useSqlserver2012=true将2012改为sqlserver的默认方式。
修改不复杂,可以考虑改默认方言。
Sorry, something went wrong.
是的,后面搜索了一些文档,才知道可以设置 useSqlserver2012=true 但最好能修改默认方言,毕竟旧的方言都被官方抛弃了
No branches or pull requests
原因:老版本的sqlserver微软已经停止维护了,SqlServerDialect 的分页效率是很低的,对于数据源修改默认方言较为复杂
建议:把 SqlServer默认方言改为SqlServer2012Dialect
The text was updated successfully, but these errors were encountered: