Closed gmf520 closed 4 years ago
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
您的功能请求与现有问题有关吗?请描述
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