Skip to content

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

Merged
comewalk merged 7 commits intosixapart:masterfrom
charsbar:clear_handle_cache_if_dbh_set_to_undef
Jan 27, 2023
Merged

Clear %Handle cache if dbh is set to undef#42
comewalk merged 7 commits intosixapart:masterfrom
charsbar:clear_handle_cache_if_dbh_set_to_undef

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
jamadam added a commit that referenced this pull request Oct 23, 2024
Changelog diff is:

diff --git a/Changes b/Changes
index 4232ffa..81b7eca 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 {{$NEXT}}
 
+0.23 2024-10-23T04:39:20Z
+    - Introduce as_escape method to D::OD::SQL to allow specifying escape clause #45
+
 0.22 2023-02-01T05:14:13Z
     - Clear %Handle cache if dbh is set to undef #42
     - Skip fork test on win32 #41
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.

2 participants