I have created a feature request ticket for MySQLdb to add fractional 
second support:

http://sourceforge.net/tracker/?func=detail&aid=3545195&group_id=22307&atid=374935

Currently, I am still using my patched version of MySQLdb/times.py however 
I did notice a slight formatting issue with my original patch. To fix the 
issue, the return statement of 'def format_TIMEDELTA(v)' now reads:

return '%d %d:%d:%d.%06d' % (v.days, hours, minutes, seconds, microseconds)

Hopefully, MySQLdb will add support on their end, so you can proceed with 
committing the hypothetical changes that you suggested, which that work for 
me. 

Thank you for your help.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sqlalchemy/-/x_-Bd0lbg2gJ.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to