Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Can't delete user or reset user password
Thanks Rick!
Should be fixed in SVN changeset 2984
Problem was caused by a change in NOT operator precedence in MySQL 5.0.2.
I’m testing with a 5.x version of MySQL, so that’s why I couldn’t reproduce it. The new NOT operator precedence does make more sense than the older one, but since the difference between the old and new precedence order is so big, you can’t really rely on it anymore, unless you’re writing SQL for a MySQL installation where the precedence order is a known constant, so in TXP we have to avoid using it.
Offline
#17 2008-10-08 03:01:33
- rsilletti
- Moderator

- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: Can't delete user or reset user password
My pleasure, I appreciate the timely solution.
Offline