### Issue description Scan rows into any should return the underline type if it used with the new fix using Prepared statements ### Example code ```go stmt, err := db.Conn.Prepare(query) if err != nil { return res, err } defer stmt.Close() rows, err = stmt.Query(args...) ``` ### Error log ``` Error data ``` ### Configuration *Go version:* 1.18 *Server version:* MariaDB 10.9 *Server OS:* , Windows 10