Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-04 | Copyright update | Boris Kolpackov | 3 | -3/+3 | |
2010-11-26 | Save test result to a temp file instead of piping it to diff | Boris Kolpackov | 1 | -1/+4 | |
This makes tests more robust. | |||||
2010-09-28 | Rename begin_transaction() to begin() | Boris Kolpackov | 1 | -5/+5 | |
2010-09-20 | Rename store() to update() | Boris Kolpackov | 1 | -1/+1 | |
2010-09-20 | Cache result by default | Boris Kolpackov | 1 | -2/+1 | |
2010-09-13 | Change pragma syntax | Boris Kolpackov | 1 | -2/+2 | |
Change odb pragma namespace to db. Use qualifiers (object, value, and member) to specify type/member name. Add support for mapping C++ types to db types. | |||||
2010-09-10 | Allow the test to specify max number of connections | Boris Kolpackov | 1 | -19/+39 | |
Use this in common/threads. | |||||
2010-09-10 | Use unsigned long instead of size_t for consistency | Boris Kolpackov | 1 | -7/+7 | |
2010-09-09 | Use qualified name for shared_ptr to avoid conflicts | Boris Kolpackov | 1 | -9/+5 | |
Qualify a few other names for consistency. | |||||
2010-09-08 | Add suppor for VC++ build | Boris Kolpackov | 2 | -6/+17 | |
2010-09-06 | Add automake build support | Boris Kolpackov | 1 | -1/+14 | |
2010-08-18 | Move shared_ptr to the details namespace | Boris Kolpackov | 1 | -3/+4 | |
2010-08-18 | Add multi-threading test | Boris Kolpackov | 4 | -0/+259 | |