Project

General

Profile

Actions

Bug #19997

closed

please support native postgres

Added by svrmarty about 15 years ago. Updated almost 14 years ago.

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #22554: Allow DBAL to be configuredClosedXavier Perseguers2010-04-30

Actions
Actions #1

Updated by Franz Holzinger about 15 years ago

Does this mean that the files ext_tables.sql in the extensions do not work? This would make it necessary fo replace this with php and xml or a similar change.

Actions #2

Updated by Benni Mack almost 14 years ago

Please try out the latest 4.4beta, which supports postgres out-of-the-box through the installer (yes, through DBAL). There won't be another way for postgres as through DBAL in the near future.

Actions #3

Updated by Chris topher almost 14 years ago

Postgres is supported in 4.4.

If you have an error using DBAL, please open a new bug report in the DBAL section.

Actions

Also available in: Atom PDF