[PR #212] [CLOSED] DDC-1213 #7865

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/212
Author: @FabioBatSilva
Created: 12/7/2011
Status: Closed

Base: masterHead: DDC-1213


📝 Commits (4)

📊 Changes

3 files changed (+56 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/Lexer.php (+4 -0)
📝 lib/Doctrine/ORM/Query/Parser.php (+11 -1)
📝 tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php (+41 -0)

📄 Description

Hello all

This patch adds support for bit comparison

http://www.doctrine-project.org/jira/browse/DDC-1213

Thanks ...


🔄 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/212 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 12/7/2011 **Status:** ❌ Closed **Base:** `master` ← **Head:** `DDC-1213` --- ### 📝 Commits (4) - [`7698588`](https://github.com/doctrine/orm/commit/76985887358e0eeb08ea70b68cd54bf1d1cb1077) Fixed DDC-1213 - [`b313f03`](https://github.com/doctrine/orm/commit/b313f03bc734900ff3ba1cd6549d681e991f05ff) trying remove whitespaces - [`c8376f5`](https://github.com/doctrine/orm/commit/c8376f5b099bd70b03659fb580dd887ec33fc5b4) trying remove whitespaces - [`6029499`](https://github.com/doctrine/orm/commit/6029499a5719e36c49a7e12578fc24485d02f004) trying remove whitespaces ### 📊 Changes **3 files changed** (+56 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/Lexer.php` (+4 -0) 📝 `lib/Doctrine/ORM/Query/Parser.php` (+11 -1) 📝 `tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php` (+41 -0) </details> ### 📄 Description Hello all This patch adds support for bit comparison http://www.doctrine-project.org/jira/browse/DDC-1213 Thanks ... --- <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:57:16 +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#7865