summaryrefslogtreecommitdiff
path: root/MySQLdb/times.py
Commit message (Collapse)AuthorAgeFilesLines
* microsecond-bug-fixJinuk2013-11-081-3/+6
| | | | | | | When the MySQL Datetime Fraction is less than 6, microseconds set incorrectly. For example, you set the field, Datetime(3). Then this library read the time `2013-11-07 10:27:35.705` as `2013-11-08 10:27:35.000705`.
* microsecond-bug-fix for datetime.datetimejinuk84.kim2013-11-081-1/+5
|
* Fix problem with return None if Datetime field contained microsecond (Issue #24)Dima Tyzhnenko2013-07-151-6/+14
|
* Allow pip install from gitEvax Software2012-10-041-0/+111
Merged with modifications from https://github.com/evax/MySQLdb1/commit/a8152690101733904b16a32ff8467220ca07242c