For example, our Sqlite provider currently supports string and ulong as key types. However, like other SQL databases, SQLite does not support unsigned integer types, and should support long, int and short. IIRC there are various other cases where we have incorrect key types.
For example, our Sqlite provider currently supports string and ulong as key types. However, like other SQL databases, SQLite does not support unsigned integer types, and should support long, int and short. IIRC there are various other cases where we have incorrect key types.