Summary | event_private breaks kronolith w/ Postgres |
Queue | Kronolith |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | horde (at) sthias (dot) de |
Created | 03/29/2006 (7062 days ago) |
Due | |
Updated | 03/29/2006 (7062 days ago) |
Assigned | 03/29/2006 (7062 days ago) |
Resolved | 03/29/2006 (7062 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Feedback
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ event_private breaks kronolith w/ Postgres
Queue ⇒ Kronolith
DB is PostgreSQL 8.1
event_private field is of type "integer DEFAULT 0 NOT NULL"
DB Error: unknown error : INSERT INTO kronolith_events (event_id,
event_uid, event_creator_id, event_title, event_description,
event_category, event_location, event_private, event_status,
event_attendees, event_keywords, event_exceptions, event_modified,
event_start, event_end, event_alarm, event_recurtype, calendar_id)
VALUES ('0034644e66b84a0b96e341f669a60c70',
'20060329173255.6git4hjidr40@x.y', 'seth', '', '', '', '', FALSE, '2',
'a:0:{}', '', '', 1143646375, '2006-03-29 12:00:00', '2006-03-29
13:00:00', 0, '0', '174968920bc65ce6a9916a77a8979eb9')
[nativecode=ERROR: column "event_private" is of type integer but
expression is of type boolean HINT: You will need to rewrite or cast
the expression.].