Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-03 | Update copyright year | Boris Kolpackov | 3 | -3/+3 | |
2015-07-27 | Make threads test more deadlock resilient | Boris Kolpackov | 1 | -38/+56 | |
2015-02-07 | Fix to use traditional const style | Boris Kolpackov | 1 | -1/+1 | |
2015-02-06 | Update copyright | Boris Kolpackov | 3 | -3/+3 | |
2014-06-03 | Support for VC12 (2013), initial work | Boris Kolpackov | 1 | -1/+4 | |
2013-07-08 | Add support for Visual Studio 2005 | Boris Kolpackov | 1 | -2/+4 | |
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 2 | -22/+25 | |
Only possible in the development build system at this stage. | |||||
2013-06-13 | Handle --database option directly in automake and VC++ projects | Boris Kolpackov | 1 | -3/+4 | |
2013-06-03 | Use database name in options and driver files (build part) | Boris Kolpackov | 1 | -1/+1 | |
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing. | |||||
2013-02-09 | Update copyright year | Boris Kolpackov | 3 | -3/+3 | |
2012-10-19 | Implement early connection release | Boris Kolpackov | 1 | -6/+0 | |
2012-10-19 | Completion of prepared query support | Boris Kolpackov | 2 | -2/+20 | |
2012-09-16 | Add support for Visual Studio 2012 | Boris Kolpackov | 1 | -1/+3 | |
2012-07-27 | Restore exception handling | Boris Kolpackov | 1 | -5/+0 | |
2012-03-07 | Use RAII to free select statement results | Boris Kolpackov | 1 | -9/+22 | |
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-08-24 | Make tests use unique table prefixes | Boris Kolpackov | 1 | -1/+1 | |
2011-03-29 | Handle deadlocks and SQLite-specific issues | Boris Kolpackov | 1 | -8/+36 | |
2011-03-28 | Add schema creation flag to create_database() | Boris Kolpackov | 1 | -1/+1 | |
2011-03-27 | Fix issues preventing building outside source directory | Boris Kolpackov | 1 | -3/+3 | |
2011-02-25 | Add support for tests in subdirectories | Boris Kolpackov | 1 | -1/+1 | |
2011-02-18 | Add odb::core namespace to be used in using-directives | Boris Kolpackov | 1 | -1/+2 | |
Port all the examples and tests. | |||||
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 | |