Hello,
I am receiving an exception,
System.AggregateException: 'One or more errors occurred. (The parameter type DbType.UInt64 isn't supported by PostgreSQL or Npgsql)'
Best I can figure, I may need to introduce at least a dialect registration mapping whatever integral type (in this case ulong, sometimes ulong?, nullable), to underlying postgres numeric domain.
In EF terms, I think this is mapped by the currently available Npgsql packages. However, in NH terms, I do not think that IUserType exists (yet).
Am I correct in that understanding?
Best,
Michael W. Powell