aboutsummaryrefslogtreecommitdiff
path: root/qt/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-09-05Support for Qt QUuid persistenceBoris Kolpackov1-0/+1
This support was added to the basic sub-profile. New test: qt/common/basic. Updated the qt example to use QUuid as an object id.
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/+4
It performs Qt initialization/finalization and without it bad things will happen (like deleting TLS keys that don't belong to Qt).
2011-11-18Aesthetic changesConstantin Michael1-1/+0
2011-09-20Change query syntax to use . for composite and -> for object pointer accessBoris Kolpackov1-1/+1
Also make non-inverse query columns act as both an object pointer and a normal column. The latter allows us to use natural expressions such as query<employee>::employer.is_null ().
2011-04-24Make Qt example consistent with Boost exampleBoris Kolpackov1-7/+10
Use the same dates and the same query.
2011-04-22Rewrite Qt example using Qt styleConstantin Michael1-31/+31
2011-04-22Add qt/container usage to Qt exampleConstantin Michael1-7/+23
2011-04-22Add qt/smart-ptr usage to Qt exampleConstantin Michael1-10/+10
2011-04-22Add SQLite support to Qt exampleConstantin Michael1-3/+2
2011-04-22Update examples to include qt/basic and qt/date-time usageConstantin Michael1-8/+123
2011-04-22Add Qt example boilerplate codeConstantin Michael1-11/+10
2011-04-22Add Qt profile exampleConstantin Michael1-0/+45