Skip to content

Remove __is_stored flag if the object is removed from the database#43

Merged
jamadam merged 1 commit intosixapart:masterfrom
charsbar:remove_is_stored_if_removed
Apr 1, 2025
Merged

Remove __is_stored flag if the object is removed from the database#43
jamadam merged 1 commit intosixapart:masterfrom
charsbar:remove_is_stored_if_removed

Conversation

@charsbar
Copy link
Contributor

@charsbar charsbar commented Feb 2, 2023

Though Data::ObjectDriver does not look at the __is_stored flag while saving, it's better to remove the flag after the object is removed from the database because object_is_stored is considered to be useful when you determine if the object is being INSERTED or just UPDATED.

@jamadam jamadam merged commit 95368f2 into sixapart:master Apr 1, 2025
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
jamadam added a commit that referenced this pull request Apr 11, 2025
Changelog diff is:

diff --git a/Changes b/Changes
index 1ef46c0..c510634 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 {{$NEXT}}
 
+0.24 2025-04-11T04:04:40Z
+    - 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.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
jamadam added a commit that referenced this pull request Apr 15, 2025
Changelog diff is:

diff --git a/Changes b/Changes
index 1ef46c0..f686c60 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 {{$NEXT}}
 
-0.24 2025-04-11T03:58:56Z
+0.25 2025-04-15T04:37:59Z
     - 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
jamadam added a commit that referenced this pull request Oct 17, 2025
Changelog diff is:

diff --git a/Changes b/Changes
index f686c60..db259e5 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 {{$NEXT}}
 
+0.26 2025-10-17T02:16:46Z
+    - Add an ability to accept subqueries with SQL objects #57 #59
+
 0.25 2025-04-15T04:37:59Z
     - Do not add empty where expressions #47
     - Remove __is_stored flag if the object is removed from the database #43
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