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
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
当前的Guid生成只符合SqlServer的排序规则,需要实现符合MySql,Sqlite,PostgreSql,Oracle等数据库排序规则的有序Guid
参考:https://www.cnblogs.com/CameronWu/p/guids-as-fast-primary-keys-under-multiple-database.html
A clear and concise description of what you want to happen.
变更如下:
OSharp.Data.CombGuid
OSharp.Data.SequentialGuid
The text was updated successfully, but these errors were encountered:
🆕 (entity) 生成符合各个数据库的有序Guid #142
2bde7ca
Successfully merging a pull request may close this issue.
您的功能请求与现有问题有关吗?请描述
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
当前的Guid生成只符合SqlServer的排序规则,需要实现符合MySql,Sqlite,PostgreSql,Oracle等数据库排序规则的有序Guid
参考:https://www.cnblogs.com/CameronWu/p/guids-as-fast-primary-keys-under-multiple-database.html
描述您想要的解决方案
A clear and concise description of what you want to happen.
变更如下:
OSharp.Data.CombGuid
的使用,使用新的OSharp.Data.SequentialGuid
The text was updated successfully, but these errors were encountered: