Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-16 | Add support for Visual Studio 2012 | Boris Kolpackov | 1 | -1/+3 | |
2012-04-26 | Make session optional | Boris Kolpackov | 2 | -2/+2 | |
2012-04-23 | Polymorphic inheritance support | Boris Kolpackov | 2 | -4/+9 | |
2012-02-28 | Test std::shared_ptr in C++11 mode and std::tr1::shared_ptr in C++98 mode | Boris Kolpackov | 2 | -23/+29 | |
2012-02-24 | C++11 support (pass --std ODB compiler option in build makefiles) | Boris Kolpackov | 1 | -0/+5 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 3 | -3/+3 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 3 | -3/+0 | |
Too much effort to maintain. | |||||
2011-10-21 | Remove common_ from all table_prefix arguments in common tests | Constantin Michael | 1 | -1/+1 | |
2011-09-20 | Change query syntax to use . for composite and -> for object pointer access | Boris Kolpackov | 1 | -7/+7 | |
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-09-09 | Add test for queries involving object relationships | Boris Kolpackov | 4 | -0/+424 | |