Automatically test Nullable<T> for struct types in AssertType.
This will probably require some reflection bridge because we are in an unconstrained context in AssertTypeWrite and Read. Any struct type should support mapping to and from nullable for the same type and pg type.
Automatically test
Nullable<T>for struct types in AssertType.This will probably require some reflection bridge because we are in an unconstrained context in AssertTypeWrite and Read. Any struct type should support mapping to and from nullable for the same type and pg type.