Issue11

Title Creating groups sometimes triggers constraints
Priority BUG Status resolved
Superseder Nosy List jgentry
Assigned To jgentry Topics

Created on 2006-03-29.13:29:54 by jgentry, last changed 2006-03-30.12:22:03 by jgentry.

Messages
msg37 (view) Author: jgentry Date: 2006-03-30.12:22:03
There was a bug in my postgres group source code for XUF
msg27 (view) Author: jgentry Date: 2006-03-29.13:29:54
Sometimes adding a group will cause Zope to spit out an error complaining that
the unique constraints on group names was broken.  However, if one copy/pastes
the exact SQL query it complains about into a SQL session, it works fine.  Thus
the problem must not be with the query per se, but how it is sent to/handled by
Postgres
History
Date User Action Args
2006-03-30 12:22:03jgentrysetstatus: in-progress -> resolved
messages: + msg37
2006-03-29 13:29:54jgentrycreate