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

4 uses

	github.com/jackc/pgx/v4 (current package)
		conn.go#L843: 		valueArgs[i], err = convertSimpleArgument(c.connInfo, a)
		values.go#L27: func convertSimpleArgument(ci *pgtype.ConnInfo, arg interface{}) (interface{}, error) {
		values.go#L133: 		return convertSimpleArgument(ci, arg)
		values.go#L137: 		return convertSimpleArgument(ci, strippedArg)