Actions
Bug #16287
closedincorrect table name quoting in installer (compare db, Oracle XE)
Status:
Closed
Priority:
Should have
Assignee:
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)
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