Project

General

Profile

Actions

Bug #61117

closed

Missing stdWrap for 'where' in select query

Added by Kilian Hann over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2014-08-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Similar to #55707 the 'where' part of the select statement is not on the list in ContentObjectRenderer->getQuery:

$properties = array(
    'pidInList',
    'uidInList',
    'languageField',
    'selectFields',
    'max',
    'begin',
    'groupBy',
    'orderBy',
    'join',
    'leftjoin',
    'rightjoin',
    'where' <-- Added as example
);

(although mentioned in the documentation: http://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Select/Index.html)


Files

patch-where.diff (834 Bytes) patch-where.diff Kilian Hann, 2014-08-21 13:26

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #55707: Missing stdWrap for recursive in select queryClosed2014-02-05

Actions
Actions

Also available in: Atom PDF