[PR #675] [CLOSED] Implementation for 'IsNot'-Comparison #8541

Open
opened 2026-01-22 16:00:23 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/675
Author: @pmattmann
Created: 5/20/2013
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/Persisters/BasicEntityPersister.php (+1 -0)
📝 tests/Doctrine/Tests/ORM/Persisters/BasicEntityPersisterTypeValueSqlTest.php (+9 -0)

📄 Description

See PR (https://github.com/doctrine/collections/pull/11)

This is the required implementation for 'IsNotNull'-Filters in Collection-Filtering.


🔄 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/doctrine/orm/pull/675 **Author:** [@pmattmann](https://github.com/pmattmann) **Created:** 5/20/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`517404a`](https://github.com/doctrine/orm/commit/517404a947211a74014b96d2516e0bee6f0bbe51) Implementation for 'IsNot'-Comparison - [`4269be2`](https://github.com/doctrine/orm/commit/4269be28c83bc0a431576d5ade3cd41c52b6a88c) Implementation for 'IsNot'-Comparison - [`464deb2`](https://github.com/doctrine/orm/commit/464deb277f0dc177583796cc9bf6d49ed0296065) Changed to IS_NOT - [`5fa307a`](https://github.com/doctrine/orm/commit/5fa307a532a6a6b09d04ced964467d249e470a75) Merge branch 'master' of https://github.com/pmattmann/doctrine2 into master2 ### 📊 Changes **2 files changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Persisters/BasicEntityPersister.php` (+1 -0) 📝 `tests/Doctrine/Tests/ORM/Persisters/BasicEntityPersisterTypeValueSqlTest.php` (+9 -0) </details> ### 📄 Description See PR (https://github.com/doctrine/collections/pull/11) This is the required implementation for 'IsNotNull'-Filters in Collection-Filtering. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:00:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8541