farcepest / MySQLdb1

MySQL database connector for Python (legacy version)
https://sourceforge.net/projects/mysql-python/
666 stars 318 forks source link

Fix wrong sign with negative zero hour timediff. Fixes #63 #64

Open tyzhnenko opened 10 years ago

tyzhnenko commented 10 years ago

Checking timediff sign by dash in first character of hour variable instead of comparison with zero.

methane commented 10 years ago

For your and my information, I've merged this to mysqlclient-python.