TortugaResearch / Tortuga.Chain

A fluent ORM for .NET
Other
335 stars 22 forks source link

Add UInt64 overloads for MySQL #480

Open Grauenwolf opened 2 years ago

Grauenwolf commented 2 years ago

MySQL uses UInt64 for primary keys instead of Int64. So we need to go through all the GetByKey-like interfaces and add a UInt64 overload.

Grauenwolf commented 2 years ago

Hint: Search for Guid to see places where we need this.