Project

General

Profile

Actions

Bug #34327

closed

exec_INSERTmultipleRows doesn't check for alternative handlers

Added by Leon Dietsch about 12 years ago. Updated over 5 years ago.

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

100%

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

Description

I spotted this issue while using the DbBackend of the CachingFramework, wich uses exec_INSERTmultipleRows to add tags to the tags table. When routing the tags table to another handler wich is also "native" it won't use the alternative handler for the tags table.

This happens because the function does not fetch the handler key for the current table and just calls the parent function if the type is "native".

A patch is attached to this issue. I will try to commit a patch in gerrit for review.


Files

patch.diff (803 Bytes) patch.diff Leon Dietsch, 2012-02-27 16:11

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #48220: exec_INSERTmultipleRows insert double RowsClosed2013-05-15

Actions
Actions

Also available in: Atom PDF