Merged
Conversation
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
jamadam
added a commit
that referenced
this pull request
Apr 11, 2025
Changelog diff is: diff --git a/Changes b/Changes index 81b7eca..1ef46c0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ {{$NEXT}} +0.24 2025-04-11T03:58:56Z + - Do not add empty where expressions #47 + - Remove __is_stored flag if the object is removed from the database #43 + - Correct the pod for object_is_stored, which was called is_ephemeral and + had the opposite meaning #44 + - Do not skip cache repair based solely on the number of cache keys + (Thanks to sewi-cpan) #29 + 0.23 2024-10-23T04:39:20Z - Introduce as_escape method to D::OD::SQL to allow specifying escape clause #45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.