Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-13 | Drop copyright notice from source code | Karen Arutyunov | 4 | -4/+0 | |
2019-01-17 | Update copyright year | Karen Arutyunov | 4 | -4/+4 | |
2018-05-24 | Update copyright year | Karen Arutyunov | 4 | -4/+4 | |
2017-01-03 | Update copyright year | Boris Kolpackov | 4 | -4/+4 | |
2015-02-08 | Recode strncpy as memcpy | Boris Kolpackov | 1 | -3/+3 | |
VC12 deprecated those hard, as in, it is now an error. | |||||
2015-02-06 | Update copyright | Boris Kolpackov | 4 | -4/+4 | |
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 | -1/+4 | |
2013-07-03 | Test MySQL sub-second precision support | Boris Kolpackov | 3 | -4/+55 | |
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 1 | -16/+5 | |
Only possible in the development build system at this stage. | |||||
2013-06-06 | Use fixed options file names in database-specific tests | Boris Kolpackov | 1 | -1/+1 | |
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 | 4 | -4/+4 | |
2013-01-24 | Add support for mapping char[N] to CHAR/VARCHAR database types | Boris Kolpackov | 2 | -8/+67 | |
Also improve query support for arrays (decaying). | |||||
2012-10-29 | Don't make database default in database-specific tests | Boris Kolpackov | 1 | -3/+3 | |
2012-10-08 | Ground work for multi-database support | Boris Kolpackov | 1 | -2/+3 | |
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface. | |||||
2012-09-16 | Add support for Visual Studio 2012 | Boris Kolpackov | 1 | -1/+4 | |
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 | 4 | -4/+4 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 4 | -4/+0 | |
Too much effort to maintain. | |||||
2011-08-24 | Make tests use unique table prefixes | Boris Kolpackov | 1 | -2/+2 | |
2011-08-04 | Add support for value wrappers | Boris Kolpackov | 1 | -1/+1 | |
Wrapper is a class that wraps another type. Examples of wrappers are various smart pointers, holders, etc. A wrapper can be transparent or it can handle the NULL semantics. The new odb::nullable class template is a NULL wrapper that helps to add the NULL semantics to a value type. New test: common/wrapper. | |||||
2011-07-28 | Add value_traits specializations for std::vector<char> | Boris Kolpackov | 3 | -48/+13 | |
This allows using it as a buffer for BLOB mapping. | |||||
2011-07-22 | Test automatic and custom ENUM mappings | Boris Kolpackov | 2 | -5/+12 | |
2011-07-19 | New design for NULL semantics | Boris Kolpackov | 1 | -37/+37 | |
Now, instead of being specified as part of the SQL type with the type pragma, there are separate null and not_null pragmas. The not_null pragma was used to control NULL-ness of object pointers. Now the two pragmas are used consistently for object pointers and simple values (and in the future will work for composite values and containers). | |||||
2011-06-30 | Take into account precision in MySQL FLOAT type parsing | Boris Kolpackov | 2 | -0/+5 | |
2011-04-18 | Implement automatic mapping for C++ enums | Boris Kolpackov | 2 | -4/+12 | |
2011-04-18 | Get rid of image type argument in value_traits | Boris Kolpackov | 1 | -5/+5 | |
2011-03-28 | Factor out common buffer implementation | Boris Kolpackov | 2 | -80/+3 | |
2011-03-28 | Cosmetic changes | Boris Kolpackov | 1 | -5/+5 | |
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 | 4 | -4/+4 | |
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 | -2/+2 | |
2010-09-28 | Extract bit-field in endian-portable manner | Boris Kolpackov | 2 | -7/+11 | |
2010-09-22 | Add database type id as value_traits template argument | Boris Kolpackov | 1 | -6/+6 | |
2010-09-21 | Redesign value_traits | Boris Kolpackov | 1 | -33/+28 | |
2010-09-13 | Change pragma syntax | Boris Kolpackov | 1 | -37/+39 | |
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 | -13/+16 | |
2010-09-08 | Remove unneeded file | Boris Kolpackov | 1 | -4/+0 | |
2010-09-06 | Add automake build support | Boris Kolpackov | 2 | -2/+19 | |
2010-08-18 | Move buffer to the details namespace | Boris Kolpackov | 2 | -12/+12 | |
2010-08-18 | Cosmetic changes | Boris Kolpackov | 1 | -2/+0 | |
2010-08-13 | Add the --generate-query option | Boris Kolpackov | 1 | -1/+1 | |
2010-08-13 | Clear unused bits when copying a bitfield | Boris Kolpackov | 1 | -7/+13 | |
2010-08-13 | Fix operator precedence | Boris Kolpackov | 1 | -1/+1 | |
2010-08-03 | New tests | Boris Kolpackov | 5 | -0/+763 | |