Store QDateTime (with millisends) in MySQL
 I've seen issues (1, 2) related to retrieving the milliseconds part of a QDateTime after inserting in MySQL database.  
 What's the proper way to do that(should I do QDateTime::toString and store it in a TIMESTAMP(3) field)?  
