Actions
Bug #19997
closedplease support native postgres
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2009-02-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
please add support for native postgres
it should be implemented from base INSTALL (choose mysql or pgsql)
i don't want to use adodb and dbal.
every upgrade, through the wizzard fails (Update database tables and fields)
cause there are wrong sql queries.
eg. upgrade vom 4.1.5 to 4.2.5
ALTER TABLE sys_log ADD KEY recuidIdx (recuid,uid);
ERROR: syntax error at or near "("
LINE 1: ALTER TABLE sys_log ADD KEY recuidIdx (recuid,uid);
^
- Error ****
ERROR: syntax error at or near "("
SQL Status:42601
(issue imported from #M10409)
Actions