[kronolith] Kronolith broken with PostgreSQL 8.3.x
Marc Balmer
marc at msys.ch
Thu May 8 08:09:18 UTC 2008
Hi All
PostgreSQL 8.3.x removed implicit typecasts. Constructs like
SELECT * FROM xyz WHERE event_start < '2008-05-10 12:00:00'
don't work anymore. They must now use a typecast, e.g.
'2008-05-10 12:00:00'::timestamp.
This has the effect that Kronolith (and possibly other Horde
application) at the moment don't run when using PostgreSQL 8.3.x.
Anybody else sees this problem? Is the problem already being
addressed by the developers?
Thanks,
Marc
(OpenBSD Horde ports maintainer)
--
SELECT services FROM companies WHERE name = 'micro systems'
marc balmer, micro systems, wiesendamm 2a, postfach, ch-4019 basel
internet www.msys.ch, phone +41 61 383 05 10, fax +41 61 383 05 12
More information about the kronolith
mailing list