Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-17 | Update copyright year | Karen Arutyunov | 10 | -10/+10 | |
2018-05-24 | Update copyright year | Karen Arutyunov | 10 | -10/+10 | |
2017-01-03 | Update copyright year | Boris Kolpackov | 10 | -10/+10 | |
2015-02-06 | Update copyright | Boris Kolpackov | 10 | -10/+10 | |
2014-06-03 | Support for VC12 (2013), initial work | Boris Kolpackov | 3 | -3/+12 | |
2013-07-08 | Add support for Visual Studio 2005 | Boris Kolpackov | 3 | -6/+12 | |
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 6 | -64/+54 | |
Only possible in the development build system at this stage. | |||||
2013-06-13 | Handle --database option directly in automake and VC++ projects | Boris Kolpackov | 3 | -7/+10 | |
2013-06-03 | Use database name in options and driver files (build part) | Boris Kolpackov | 3 | -3/+3 | |
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-12 | Disable constraint checking in MySQL | Boris Kolpackov | 1 | -3/+9 | |
This test can either create tables or drop them in the "wrong" order, depending on the static initialization order. For MySQL we can create things but not drop (no IF EXISTS or similar support). | |||||
2013-02-09 | Update copyright year | Boris Kolpackov | 10 | -10/+10 | |
2013-02-08 | Add schema_catalog::exists() function | Boris Kolpackov | 5 | -1/+200 | |
2013-02-08 | Misc fixes | Boris Kolpackov | 2 | -6/+6 | |
2013-02-07 | Use multi-pass table creation in MySQL | Boris Kolpackov | 9 | -10/+231 | |
This deals with table creation order and circular dependencies. Unfortunately, there doesn't seem to be a way in MySQL to drop a foreign key only if it exists without resorting to stored procedures. | |||||
2012-09-17 | Remove unused local typedefs (GCC 4.8 warning) | Boris Kolpackov | 1 | -1/+0 | |
2012-09-16 | Add support for Visual Studio 2012 | Boris Kolpackov | 1 | -1/+3 | |
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. | |||||
2012-01-26 | Implement support for database schema | Boris Kolpackov | 4 | -8/+156 | |
New pragma qualifier: namespace. New pragma specifier: schema. The table specifier was extended to accept a schema prefix. New option: --default- schema. The common/schema test was extended to cover the new functionality. | |||||
2011-10-21 | Remove common_ from all table_prefix arguments in common tests | Constantin Michael | 1 | -1/+1 | |
2011-10-21 | Add common tests for Oracle | Constantin Michael | 1 | -1/+1 | |
Due to the 30 character limit imposed by Oracle on identifiers, some of the common tests code and/or makefiles had to be modified. | |||||
2011-08-24 | Make tests use unique table prefixes | Boris Kolpackov | 1 | -1/+2 | |
2011-07-06 | Remove UNSIGNED SQL qualifier to allow PostgreSQL to pass schema test | Constantin Michael | 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/+1 | |
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 | -1/+1 | |
2010-09-13 | Change pragma syntax | Boris Kolpackov | 1 | -11/+11 | |
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-08 | Add suppor for VC++ build | Boris Kolpackov | 2 | -6/+17 | |
2010-09-06 | Add automake build support | Boris Kolpackov | 1 | -1/+13 | |
2010-08-18 | Cosmetic changes | Boris Kolpackov | 1 | -2/+0 | |
2010-08-03 | New tests | Boris Kolpackov | 2 | -0/+6 | |
2010-07-22 | Use std::string as object id | Boris Kolpackov | 1 | -1/+1 | |
2010-07-20 | Test mapping of basic C++ types to DB types | Boris Kolpackov | 1 | -1/+19 | |
2010-06-04 | Initial set of tests | Boris Kolpackov | 4 | -0/+184 | |