mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #231] [MERGED] [DDC 1213] bit comparison ( BIT_AND() , BIT_OR() ) #7890
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/231
Author: @FabioBatSilva
Created: 12/19/2011
Status: ✅ Merged
Merged: 12/19/2011
Merged by: @beberlei
Base:
master← Head:tmp2📝 Commits (2)
5c89d7fsupport for bit comparisonea5108erebase upstream/master📊 Changes
6 files changed (+200 additions, -1 deletions)
View changed files
➕
lib/Doctrine/ORM/Query/AST/Functions/BitAndFunction.php(+63 -0)➕
lib/Doctrine/ORM/Query/AST/Functions/BitOrFunction.php(+63 -0)📝
lib/Doctrine/ORM/Query/Parser.php(+2 -0)📝
lib/vendor/doctrine-dbal(+1 -1)📝
tests/Doctrine/Tests/ORM/Functional/QueryDqlFunctionTest.php(+48 -0)📝
tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php(+23 -0)📄 Description
Sorry open this again... :(
This patch adds support for bit comparison
http://www.doctrine-project.org/jira/browse/DDC-1213
As discussed in the previous PR #212
this patch implement bit comparison
&and|with DQL functions🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.