6.0.0-beta1
7/29/25

[#3708] event_private breaks kronolith w/ Postgres
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

History
03/29/2006 09:09:20 PM Jan Schneider State ⇒ Resolved
 
03/29/2006 08:07:18 PM horde (at) sthias (dot) de Comment #3 Reply to this comment
Please try what I just committed.
Yes, it works now. Tanks a lot for the quick fix.
03/29/2006 04:24:06 PM Jan Schneider Comment #2
State ⇒ Feedback
Priority ⇒ 2. Medium
Reply to this comment
Please try what I just committed.
03/29/2006 03:39:59 PM horde (at) sthias (dot) de Comment #1
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ event_private breaks kronolith w/ Postgres
Queue ⇒ Kronolith
Reply to this comment
Adding a new event fails with following error:

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.].

Saved Queries