richardtallent / RT.Comb

Creating sequential GUIDs in C# for MSSQL or PostgreSql
203 stars 35 forks source link

fixed sqldatetimestrategy tsql example #8

Closed CoreyCaldwell closed 6 years ago

CoreyCaldwell commented 6 years ago

Tested against azure sql but should be good for all. Working on a similar method for the unix strategy but it wont be as clean

richardtallent commented 6 years ago

Great work, Corey, thank you! Tested and merged. And just in time too, I was about to have to dig into all of that soon myself since I've switched to the Unix timestamp for my own apps!

CoreyCaldwell commented 6 years ago

No problem. Had to get it sorted out to be able to do a daily partitioning scheme based just off the ID. Great package, happy to help!