Hi all,
I've an sql statement below that is behaving strangely:
UPDATE members set level=level+1 WHERE id=1;
It is executed via a Python web script. The UPDATE works most of the times (i.e. level increased by 1) but for some unknown reasons, level was sometimes erroneously increased by 2.
I googled for this phenomenon and it seems a few others have encountered this problem too:
http://www.webdeveloper.com/forum/pr...ad.php?t=43149
http://www.gatago.com/mailing/databa.../29042423.html
Did I miss anything or is it a bug with MySQL, Python or Firefox?
I look forward to reading your replies.
Thanks in anticipation
