Comment 27 for bug 838525

Revision history for this message
Jason Stephenson (jstephenson) wrote :

In response to comment #25, that is a helper function that we wrote to remove elevated privileges from individual staff. We have a similar one to grant elevated privileges.

As you can see the offending statement was a simple update on the actor.usr to change the profile from 22 to 2. The error message spells out rather plainly that the problem was with the user's dob having a different datatype from the auditor table. This occurred on Pg 9.3, fwiw.

In response to comment #26, I'll see about giving your changes a go ASAP. Thanks, Bill!