Project

General

Profile

Actions

Bug #15472

closed

alter table with default value does not work in postgres7

Added by Christian Welzel almost 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Could have
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2006-01-20
Due date:
% Done:

0%

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

Description

Hi!
Tested some things with 4.0beta dbal and found out, that installation of realurl does not work properly. the query

ALTER TABLE pages ADD tx_realurl_pathsegment varchar(30) NOT NULL default '';

results in an error

FEHLER: Spalten mit Vorgabewerten hinzuzufügen ist nicht implementiert
HINT: Fügen Sie die Spalte hinzu und verwenden Sie dann ALTER TABLE SET DEFAULT.

(adding columns with default values is not implemented. use alter table set default).

system is debian stable with postgresql 7.4.7, apache 2.0.54 and php 4.3.10.

(issue imported from #M2340)

Actions

Also available in: Atom PDF