[PR #177] [MERGED] Add optional && and || operators to Where clause #470

Closed
opened 2025-12-29 15:32:28 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JohnEstropia/CoreStore/pull/177
Author: @tmspzz
Created: 6/27/2017
Status: Merged
Merged: 6/28/2017
Merged by: @JohnEstropia

Base: developHead: feature/optional-where-chaining


📝 Commits (1)

  • 790454f Add optional && and || operators to Where clause

📊 Changes

2 files changed (+98 additions, -0 deletions)

View changed files

📝 CoreStoreTests/WhereTests.swift (+30 -0)
📝 Sources/Where.swift (+68 -0)

📄 Description

Add optional && and || operators to Where clause


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JohnEstropia/CoreStore/pull/177 **Author:** [@tmspzz](https://github.com/tmspzz) **Created:** 6/27/2017 **Status:** ✅ Merged **Merged:** 6/28/2017 **Merged by:** [@JohnEstropia](https://github.com/JohnEstropia) **Base:** `develop` ← **Head:** `feature/optional-where-chaining` --- ### 📝 Commits (1) - [`790454f`](https://github.com/JohnEstropia/CoreStore/commit/790454f514d0e28b7905cfa85a77d3e4468301d5) Add optional && and || operators to Where clause ### 📊 Changes **2 files changed** (+98 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CoreStoreTests/WhereTests.swift` (+30 -0) 📝 `Sources/Where.swift` (+68 -0) </details> ### 📄 Description Add optional && and || operators to Where clause --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:32:28 +01:00
adam closed this issue 2025-12-29 15:32:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#470