richardtallent / RT.Comb

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

PostgreSql bad byte order #4

Closed richardtallent closed 7 years ago

richardtallent commented 7 years ago

Now that I'm actually able to test this library in PostgreSql, I see where I'm going wrong on encoding the timestamp so the order is preserved. Marking this so anyone wanting to use this in PostgreSql knows about the issue, I hope to have it resolved soon.

richardtallent commented 7 years ago

Version 2.1 now passes sorting tests done using PostgreSQL (not part of the test project).