br3w0r

Results 3 comments of br3w0r

Yes, it doesn't make any difference most of the time, but with `UPDATE ... FROM (VALUES (...))` statement it breaks the query as we don't know the concrete types in...

If you agree that it's a problem, I'd like to try fixing it this weekend

@Se7ge the only fine solution I found is to revert back changes to this method and leave it the same as in v3: https://github.com/jackc/pgx/blob/a413de981978e4100d5736af7aaa2b392511612f/values.go#L28 Maybe there's a better way, but...