Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-08-04 | Add support for boost::optional and boost::shared_ptr as value wrappers | Boris Kolpackov | 1 | -7/+28 | |
New test: boost/common/optional. | |||||
2011-04-22 | Rewrite Qt example using Qt style | Constantin Michael | 1 | -2/+2 | |
2011-02-18 | Resolve ambiguity between boost:: and std:: shared_ptr | Boris Kolpackov | 1 | -0/+2 | |
VC++ 10 already has C++-0x bits in pieces on by default. | |||||
2011-02-18 | Add odb::core namespace to be used in using-directives | Boris Kolpackov | 1 | -1/+1 | |
Port all the examples and tests. | |||||
2011-02-04 | Add Boost profile example | Boris Kolpackov | 1 | -0/+151 | |