Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/roundup/cgi/client.py", line 303, in inner_main html = self.handle_action() File "/usr/lib/python2.5/site-packages/roundup/cgi/client.py", line 871, in handle_action return action_klass(self).execute() File "/usr/lib/python2.5/site-packages/roundup/cgi/actions.py", line 39, in execute return self.handle() File "/usr/lib/python2.5/site-packages/roundup/cgi/actions.py", line 615, in handle messages = self._editnodes(props, links) File "/usr/lib/python2.5/site-packages/roundup/cgi/actions.py", line 425, in _editnodes newid = self._createnode(cn, props) File "/usr/lib/python2.5/site-packages/roundup/cgi/actions.py", line 480, in _createnode return cl.create(**props) File "/usr/lib/python2.5/site-packages/roundup/backends/rdbms_common.py", line 1347, in create newid = self.create_inner(**propvalues) File "/usr/lib/python2.5/site-packages/roundup/backends/rdbms_common.py", line 1447, in create_inner value) File "/usr/lib/python2.5/site-packages/roundup/backends/indexer_rdbms.py", line 45, in add_text self.db.cursor.execute(sql, identifier) ProgrammingError: operator does not exist: character varying = integer LINE 1: ...id from __textids where _class='issue' and _itemid=1 and _pr... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.