0UserName

Results 26 comments of 0UserName

> We do have a mechanism to handle value dependent writes: PgConverterResolver. Npgsql uses this to pick the postgres type for a DateTime value based on its Kind. You want...

> My suggestion would be to leave the PR for now, focus on getting your plugin into a complete state while trying to use as few internals as you can...

> PgConverterResolver exists to defer postgres type resolution until a user value is presented. Specifically when no other information is given (so no NpgsqlDbType or DataTypeName). An IPgTypeInfoResolver for DataTable...

> I haven't said anything to the contrary. yy. I just wrote why it's important. Maybe it's obvious, but still. --- > I'm curious how you did that, can you...

> So, I will revert modifiers and make methods you mentioned as public, as well as PgConverterExtensions. PR updated.

Is there a chance that some of the changes will be accepted/merged?