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

Clear %Handle cache if dbh is set to undef #42

Merged

Conversation

charsbar
Copy link
Contributor

If $driver->reuse_dbh is true, there's no way to remove and disconnect a cached dbh. With this, if $driver->dbh is set to undef, the cached dbh is removed and disconnected.

@comewalk comewalk merged commit b0e813c into sixapart:master Jan 27, 2023
comewalk added a commit that referenced this pull request Feb 1, 2023
Changelog diff is:

diff --git a/Changes b/Changes
index c55ccb1..4232ffa 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 {{$NEXT}}
 
+0.22 2023-02-01T05:14:13Z
+    - Clear %Handle cache if dbh is set to undef #42
+    - Skip fork test on win32 #41
+
 0.21 2020-10-29T05:54:05Z
     - Add GitHub Actions #38
     - Support DBD::MariaDB #39
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