Summary | different "datestyle" setting - postgres |
Queue | Horde Groupware Webmail Edition |
Queue Version | 1.2 |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | |
Requester | renik (at) post (dot) cz |
Created | 10/03/2008 (6091 days ago) |
Due | 10/03/2008 (6091 days ago) |
Updated | 10/07/2008 (6087 days ago) |
Assigned | 10/03/2008 (6091 days ago) |
Resolved | 10/07/2008 (6087 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Taken from Jan Schneider
State ⇒ Duplicate
bug #7409.State ⇒ Assigned
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Due ⇒ 10/03/2008
Summary ⇒ different "datestyle" setting - postgres
Type ⇒ Bug
State ⇒ Unconfirmed
I have problem with creating tables in postgres through the use of setup.php
_doQuery: [Error message: Could not execute statement]
[Last executed query: CREATE TABLE horde_alarms (alarm_id
VARCHAR(255) DEFAULT ' ' NOT NULL, alarm_uid VARCHAR(255) DEFAULT
NULL, alarm_start
TIMESTAMP without time zone DEFAULT '0000-00-00 00:00:00' NOT NULL,
alarm_end TIMESTAMP without time zone DEFAULT '0000-00-00 00:00:00',
alarm_methods VARCHAR(255) DEFAULT NULL, alarm_params TEXT,
alarm_title VARCHAR(255) DEFAULT ' ' NOT NULL, alarm_text TEXT,
alarm_snooze TIMESTAMP without time zone DEFAULT '0000-00-00
00:00:00', alarm_dismissed SMALLINT DEFAULT 0 NOT NULL, alarm_internal
TEXT)]
[Native message: ERROR: date/time field value out of range:
"0000-00-00 00:00:00"
HINT: Perhaps you need a different "datestyle" setting.]