Project

General

Profile

Actions

Bug #84022

closed

cObj->searchWhere is broken

Added by Sven Juergens about 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2018-02-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

hi,

The returned string of cObj->searchWhere has changed with TYPO3 8 and Doctrine, respectively.

before you got a string like this

(testTable.field LIKE '%test%' 
OR testTable.field1 LIKE '%test%' 
OR testTable.fiel2 LIKE '%test%' 
OR testTable.field3 LIKE '%test%')

now with TYPO3 8 you got a string like this

`testTable`.`field ` LIKE :dcValue1) 
OR (`testTable`.`field1` LIKE :dcValue2) 
OR (`testTable`.`field2` LIKE :dcValue3) 
OR (`testTable`.`field3` LIKE :dcValue4)

With the new String you got a SQL Error like this:

Value for :dcValue2 not found in params array. Params array key should be "dcValue2" 

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #78437: Refactor use of queryBuilder to use prepared statementsClosed2016-10-26

Actions
Actions #1

Updated by Georg Ringer about 6 years ago

  • Related to Task #78437: Refactor use of queryBuilder to use prepared statements added
Actions #2

Updated by Georg Ringer about 6 years ago

  • Category set to Database API (Doctrine DBAL)
  • Is Regression set to Yes
Actions #3

Updated by Gerrit Code Review about 6 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55914

Actions #4

Updated by Sven Juergens about 6 years ago

HI Georg,

many thanks for your work.
The bugfix works like a charm :)

Best Regards
Sven

Actions #5

Updated by Gerrit Code Review about 6 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55957

Actions #6

Updated by Georg Ringer about 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF