[PR #551] [MERGED] [DDC-2234] FUNCTION() IS NULL comparison #8357

Closed
opened 2026-01-22 15:59:32 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/551
Author: @FabioBatSilva
Created: 1/19/2013
Status: Merged
Merged: 1/20/2013
Merged by: @beberlei

Base: masterHead: DDC-2234


📝 Commits (3)

📊 Changes

3 files changed (+148 additions, -68 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/Parser.php (+92 -57)
📝 lib/Doctrine/ORM/Query/SqlWalker.php (+7 -11)
📝 tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php (+49 -0)

📄 Description

This patch fix DDC-2234:
http://www.doctrine-project.org/jira/browse/DDC-2234


🔄 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/551 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 1/19/2013 **Status:** ✅ Merged **Merged:** 1/20/2013 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `DDC-2234` --- ### 📝 Commits (3) - [`4dcd5a1`](https://github.com/doctrine/orm/commit/4dcd5a1286a65e6d9db2b0d34b706675908ecf6a) Fix DDC-2234 - [`1d42a53`](https://github.com/doctrine/orm/commit/1d42a5385bc8fba378e0ac5ee19c6929cfdd77e4) test NOT EXISTS expression - [`93fba51`](https://github.com/doctrine/orm/commit/93fba518a6dad66f212cf768fe793aa4463fb58b) keep braces ### 📊 Changes **3 files changed** (+148 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/Parser.php` (+92 -57) 📝 `lib/Doctrine/ORM/Query/SqlWalker.php` (+7 -11) 📝 `tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php` (+49 -0) </details> ### 📄 Description This patch fix DDC-2234: http://www.doctrine-project.org/jira/browse/DDC-2234 --- <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 15:59:32 +01:00
admin closed this issue 2026-01-22 15:59:33 +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#8357