Skip to content

Fix illegal where clauses#47

Merged
jamadam merged 2 commits intosixapart:masterfrom
charsbar:fix/illegal_where_clauses
Apr 1, 2025
Merged

Fix illegal where clauses#47
jamadam merged 2 commits intosixapart:masterfrom
charsbar:fix/illegal_where_clauses

Conversation

@charsbar
Copy link
Contributor

No description provided.

@jamadam
Copy link
Contributor

jamadam commented Mar 30, 2025

LGTM👍

@jamadam jamadam merged commit 4a4b6a0 into sixapart:master Apr 1, 2025
5 checks passed
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