Project

General

Profile

Actions

Bug #16287

closed

incorrect table name quoting in installer (compare db, Oracle XE)

Added by Martin Kutschker over 18 years ago. Updated over 18 years ago.

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

0%

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

Description

The ALTER TABLE worked for most fields but failed somehow for a couple of columns of "pages". The query passed to ExecuteSQLArray (adodb-datadict.inc.php) contains Mysql style quotings (`) instead of Oracle/ANSI quotings (").

(issue imported from #M3746)

Actions #1

Updated by Martin Kutschker over 18 years ago

It happens eg with this statement (from "Change fields"):

ALTER TABLE `pages` MODIFY DEFAULT 0 NOT NULL)

Actions #2

Updated by Karsten Dambekalns over 18 years ago

Fixed in CVS

Actions

Also available in: Atom PDF