aboutsummaryrefslogtreecommitdiff
path: root/qt/mysql/date-time
AgeCommit message (Collapse)AuthorFilesLines
2015-02-06Update copyrightBoris Kolpackov3-3/+3
2014-06-03Support for VC12 (2013), initial workBoris Kolpackov1-1/+6
2013-07-08Add support for Visual Studio 2005Boris Kolpackov1-0/+3
2013-07-03Test MySQL sub-second precision supportBoris Kolpackov3-7/+48
2013-06-21Add support for running tests in dynamic multi-database modeBoris Kolpackov1-16/+5
Only possible in the development build system at this stage.
2013-06-03Use database name in options and driver files (build part)Boris Kolpackov1-1/+1
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing.
2013-02-09Update copyright yearBoris Kolpackov3-3/+3
2013-02-07Add Qt5 VC project/solution filesBoris Kolpackov1-6/+12
2012-09-16Add support for Visual Studio 2012Boris Kolpackov1-1/+4
2012-02-24C++11 support (pass --std ODB compiler option in build makefiles)Boris Kolpackov1-0/+5
2012-01-29Update copyright yearBoris Kolpackov3-3/+3
2012-01-29Remove author field from file headerBoris Kolpackov3-3/+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-11-11Shorten table prefixes to help OracleBoris Kolpackov1-1/+1
2011-08-24Make tests use unique table prefixesBoris Kolpackov1-1/+1
2011-07-19New design for NULL semanticsBoris Kolpackov1-4/+4
Now, instead of being specified as part of the SQL type with the type pragma, there are separate null and not_null pragmas. The not_null pragma was used to control NULL-ness of object pointers. Now the two pragmas are used consistently for object pointers and simple values (and in the future will work for composite values and containers).
2011-04-27Use QtCore prefix when including Qt headers1.4.0Boris Kolpackov2-2/+2
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 Michael4-0/+324