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
描述您想要的功能: 业务需要支持 utf8mb3_general_ci collation 支持,使用的镜像版本:hanchuanchuan/goinception:v1.3.0 ,查看该最新镜像暂无 utf8mb3_general_ci 的支持。 #500 查看已支持其他排序字符集,但无 utf8mb3_general_ci
报错如下: time="2023/08/29 10:55:14.586" level=error msg="s.innodbLargePrefix: true " file=session_inception.go func=mysqlServerVersion line=1804 time="2023/08/29 10:55:14.714" level=error msg="con:1 解析失败! [ddl:1273]Unknown collation: 'utf8mb3_general_ci'" file=session_inception.go func=executeInc line=220
@hhyo
描述您考虑过的解决/替代方案: 希望可以增加对排序集utf8mb3_general_ci 的支持。
可参考文档,资料,引用等:
The text was updated successfully, but these errors were encountered:
update: 添加部分utf8mb3排序规则支持(utf8mb3_general_ci,utf8mb3_unicode_ci,utf8m…
b426096
…b3_bin) (#603)
No branches or pull requests
描述您想要的功能:
业务需要支持 utf8mb3_general_ci collation 支持,使用的镜像版本:hanchuanchuan/goinception:v1.3.0 ,查看该最新镜像暂无 utf8mb3_general_ci 的支持。
#500 查看已支持其他排序字符集,但无 utf8mb3_general_ci
报错如下:
time="2023/08/29 10:55:14.586" level=error msg="s.innodbLargePrefix: true " file=session_inception.go func=mysqlServerVersion line=1804
time="2023/08/29 10:55:14.714" level=error msg="con:1 解析失败! [ddl:1273]Unknown collation: 'utf8mb3_general_ci'" file=session_inception.go func=executeInc line=220
@hhyo
描述您考虑过的解决/替代方案:
希望可以增加对排序集utf8mb3_general_ci 的支持。
可参考文档,资料,引用等:
The text was updated successfully, but these errors were encountered: