Project

General

Profile

Actions

Bug #14414

closed

function UPDATEquery in t3lib_DB class

Added by old_funkyhomosapiens over 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
Start date:
2004-11-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

i want to build a query for updating substingsd of a tablefield in my own extension. therefore i use the funktion exec_updatequery like following:

$fieldArray = Array("text" => "REPLACE");
$result = $GLOBALS['TYPO3_DB']->exec_UPDATEquery(
"tx_mzrightboxes",
"",
$fieldArray
);

so all datas in field "text" was updated with the String REPLACE. so i cant use functions within the function exec_UPDATEquery().

(issue imported from #M545)

Actions #1

Updated by Karsten Dambekalns over 18 years ago

There is a new parameter now, allowing you to skip field from being quoted/escaped

Actions

Also available in: Atom PDF