aboutsummaryrefslogtreecommitdiff
path: root/boost/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-09-05Support for Boost uuid persistenceBoris Kolpackov1-1/+4
New Boost sub-profile: uuid. New test: boost/common/uuid. Updated the boost example to use uuid as an object id.
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
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-08-04Add support for boost::optional and boost::shared_ptr as value wrappersBoris Kolpackov1-7/+28
New test: boost/common/optional.
2011-04-22Rewrite Qt example using Qt styleConstantin Michael1-2/+2
2011-02-18Resolve ambiguity between boost:: and std:: shared_ptrBoris Kolpackov1-0/+2
VC++ 10 already has C++-0x bits in pieces on by default.
2011-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-1/+1
Port all the examples and tests.
2011-02-04Add Boost profile exampleBoris Kolpackov1-0/+151