Project

General

Profile

Actions

Feature #81114

open

Missing bitwise operations in Extbase QueryBuilder

Added by Viktor Livakivskyi almost 8 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2017-05-02
Due date:
% Done:

0%

Estimated time:
PHP Version:
7.1
Tags:
Complexity:
Sprint Focus:

Description

So far this was implemented on a low-lewel in task #75563, but still not available in Extbase.

Should be possible to do something like:

$query = $this->createQuery();

$query->matching(
     $query->bitAnd('category', $category)
);

$query->execute();

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #75563: Extend ExpressionBuilder for bitwise and operationClosedMorton Jonuschat2016-04-12

Actions
Actions #1

Updated by Georg Ringer about 1 month ago

  • Related to Task #75563: Extend ExpressionBuilder for bitwise and operation added
Actions

Also available in: Atom PDF