Project

General

Profile

Actions

Bug #20432

closed

DB check breaks with MySQL in ANSI mode due to double quotes

Added by Karsten Dambekalns almost 15 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Should have
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2009-05-15
Due date:
% Done:

0%

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

Description

If your MySQL is configured to run in ANSI mode, the DB check "database relations" doesn't work because double quotes are used to quote values in the SQL, but single quotes must be used (and can be used in other cases as well).

(issue imported from #M11099)


Files

t3lib_admin-sql-doublequotes.patch (477 Bytes) t3lib_admin-sql-doublequotes.patch Administrator Admin, 2009-05-15 23:51

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21261: string literals quoted as identifiers in class.t3lib_loaddbgroup.phpClosedXavier Perseguers2009-10-13

Actions
Actions #1

Updated by Karsten Dambekalns almost 15 years ago

Please review patch

Actions #2

Updated by Karsten Dambekalns almost 15 years ago

Fixed in SVN

Actions

Also available in: Atom PDF