func github.com/jackc/pgx/v4.convertDriverValuers

4 uses

	github.com/jackc/pgx/v4 (current package)
		conn.go#L494: 	args, err := convertDriverValuers(arguments)
		conn.go#L638: 	args, err = convertDriverValuers(args)
		conn.go#L797: 		args, err := convertDriverValuers(bi.arguments)
		messages.go#L9: func convertDriverValuers(args []interface{}) ([]interface{}, error) {