if_,err=db.ExecContext(ctx,"UPDATE users SET "+strings.Join(statements,", ")+", update_time = now() WHERE id = $1",params...);err!=nil{
// Failure to update does not interrupt the execution. Just log the error and continue.
logger.Error("Error in updating google profile details",zap.Error(err),zap.String("googleId",googleProfile.Sub),zap.String("display_name",googleProfile.Name),zap.String("display_name",googleProfile.Picture))