Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-05 | Support for Qt QUuid persistence | Boris Kolpackov | 1 | -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-29 | Remove author field from file header | Boris Kolpackov | 1 | -1/+0 | |
Too much effort to maintain. | |||||
2011-12-01 | Instantiate QCoreApplication in Qt tests/examples | Boris Kolpackov | 1 | -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-18 | Aesthetic changes | Constantin Michael | 1 | -1/+0 | |
2011-09-20 | Change query syntax to use . for composite and -> for object pointer access | Boris Kolpackov | 1 | -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-24 | Make Qt example consistent with Boost example | Boris Kolpackov | 1 | -7/+10 | |
Use the same dates and the same query. | |||||
2011-04-22 | Rewrite Qt example using Qt style | Constantin Michael | 1 | -31/+31 | |
2011-04-22 | Add qt/container usage to Qt example | Constantin Michael | 1 | -7/+23 | |
2011-04-22 | Add qt/smart-ptr usage to Qt example | Constantin Michael | 1 | -10/+10 | |
2011-04-22 | Add SQLite support to Qt example | Constantin Michael | 1 | -3/+2 | |
2011-04-22 | Update examples to include qt/basic and qt/date-time usage | Constantin Michael | 1 | -8/+123 | |
2011-04-22 | Add Qt example boilerplate code | Constantin Michael | 1 | -11/+10 | |
2011-04-22 | Add Qt profile example | Constantin Michael | 1 | -0/+45 | |