Home
The Toolkit for Online Communities
15889 Community Members, 0 members online, 1679 visitors today
Log In Register

Forum OpenACS Development: Found the problem

OpenACS Home : Forums : OpenACS Development : Found the problem : One Message

+
4: Found the problem (response to 1)
Posted by Guan Yang on
A cast was missing in tree_right (packages/acs-kernel/sql/postgresql/postgresql.sql):

589c589
<    return key || ''XFFFFFFFF'';
---
>    return key || ''XFFFFFFFF''::varbit;