Home > Q&A > body text
数据库中数据的类型为time,为什么用python查询数据库查询出来的数据却是timedelta类型?
PHP中文网2017-04-18 09:46:08
This is the internal type conversion logic of the MySQLdb library. You can refer to the MySQLdb code (conversion.py+165).