Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(PreparedStmtDB): support reset #5782

Merged
merged 4 commits into from Oct 19, 2022

Conversation

a631807682
Copy link
Member

  • Do only one thing
  • Non breaking API changes
  • Tested

What did this pull request do?

User Case Description

prepare_stmt.go Outdated
@@ -44,6 +44,12 @@ func (db *PreparedStmtDB) Close() {
}
}

func (db *PreparedStmtDB) Reset() {
db.Close()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we need to range db.Stmts and close all prepared statement, Close will only close prepared statements in this session.

@jinzhu jinzhu merged commit 5dd2bb4 into go-gorm:master Oct 19, 2022
@a631807682 a631807682 deleted the feat_prepared_stmt_reset branch October 19, 2022 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants