Could you please explain why convertSimpleArgument in values.go converts everything to string? If I understood correctly, it then breaks the result from sanitize.SanitizeSQL in (*Conn).SanitizeForSimpleQuery. I tried to make a simple test and the result is as expected – int64 got converted to string

