Revision history [back]
Repute
model uses SmallInteger
field which in MySQL is in range –32768 to 32767. The user reputation is UnsignedInteger
with a much larger range and apparently there is no check on the limits in the code, I've saved this issue in the bug tracker. Thanks.
edit: btw bug tracker is at http://bugs.askbot.org
Repute
model uses SmallInteger
field which in MySQL is in range –32768 to 32767. The user reputation is UnsignedInteger
with a much larger range and apparently there is no check on the limits in the code, I've saved this issue in the bug tracker. Thanks.
edit: btw bug tracker is at http://bugs.askbot.org