aboutsummaryrefslogtreecommitdiff
path: root/qt/mysql/date-time/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-07-03Test MySQL sub-second precision supportBoris Kolpackov1-5/+29
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-12-01Instantiate QCoreApplication in Qt tests/examplesBoris Kolpackov1-0/+3
It performs Qt initialization/finalization and without it bad things will happen (like deleting TLS keys that don't belong to Qt).
2011-04-27Use QtCore prefix when including Qt headers1.4.0Boris Kolpackov1-1/+1
This appears to be more portable. For example, on Mac OS X with -framework QtCore option include <QString> does not work while including <QtCore/QString> does.
2011-04-22Add qt/basic and qt/date-time MySQL testsConstantin Michael1-0/+153