Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-05 | Support for Boost uuid persistence | Boris Kolpackov | 3 | -8/+24 | |
New Boost sub-profile: uuid. New test: boost/common/uuid. Updated the boost example to use uuid as an object id. | |||||
2012-09-01 | Add 'access' and 'pimpl' examples | Boris Kolpackov | 13 | -0/+898 | |
These illustrate the use of accessor/modifier functions and expressions as well as virtual data members. | |||||
2012-08-14 | Use portable version of the command line | Boris Kolpackov | 1 | -1/+1 | |
2012-08-14 | Fix incorrect option spelling | Boris Kolpackov | 1 | -2/+2 | |
2012-07-27 | Bump version to 2.1.0.a22.1.0.a2 | Boris Kolpackov | 1 | -1/+1 | |
2012-07-17 | Bump version to 2.1.0.a12.1.0.a1 | Boris Kolpackov | 1 | -1/+1 | |
2012-07-10 | Add support for multiple database schema files | Boris Kolpackov | 2 | -8/+11 | |
Files are executed in alphabetic order. | |||||
2012-05-04 | Add -D_REENTRANT when building on Linux to emulate -pthread | Boris Kolpackov | 1 | -1/+3 | |
2012-04-29 | Make sure TR1 test comes after libodb in configure.ac2.0.0 | Boris Kolpackov | 1 | -1/+1 | |
TR1 test uses a header from libodb. | |||||
2012-04-29 | Bump version to 2.0.0 | Boris Kolpackov | 1 | -1/+1 | |
2012-04-28 | Use correct macro in VC++ project templates | Boris Kolpackov | 6 | -6/+6 | |
2012-04-28 | Fix dist rules for inheritance examples | Boris Kolpackov | 2 | -6/+7 | |
2012-04-26 | Make session optional | Boris Kolpackov | 13 | -36/+38 | |
2012-04-25 | New example, inheritance/polymorphism | Boris Kolpackov | 13 | -18/+545 | |
Also move the inheritance example to inheritance/reuse. | |||||
2012-03-08 | Print usage/version information to STDOUT instead of STDERR | Boris Kolpackov | 16 | -96/+96 | |
2012-03-05 | Add support for generating schema creation code into separate C++ file | Boris Kolpackov | 1 | -1/+5 | |
2012-03-03 | Documentation updates for C++11 support | Boris Kolpackov | 1 | -1/+8 | |
2012-03-02 | Bump version to 1.9.0.a1 | Boris Kolpackov | 1 | -1/+1 | |
2012-03-02 | New example that shows C++11 support, build infrastructure for C++11 | Boris Kolpackov | 15 | -9/+758 | |
2012-03-01 | Resolve tr1/std::shared_ptr ambiguities | Boris Kolpackov | 4 | -1/+9 | |
2012-03-01 | Use consistent default database name for SQLite | Boris Kolpackov | 2 | -7/+6 | |
2012-02-24 | C++11 support (pass --std ODB compiler option in build makefiles) | Boris Kolpackov | 15 | -0/+75 | |
2012-02-22 | Add support for composite object ids | Boris Kolpackov | 3 | -15/+76 | |
New pragma id_type (member). New test: common/composite-id. The composite example has also been updated. | |||||
2012-01-29 | Bump version to 1.8.01.8.0 | Boris Kolpackov | 1 | -1/+1 | |
2012-01-29 | Copy correct license file | Boris Kolpackov | 1 | -7/+14 | |
2012-01-29 | Fix incorrect copyright holder | Boris Kolpackov | 10 | -10/+10 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 97 | -97/+97 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 149 | -149/+0 | |
Too much effort to maintain. | |||||
2012-01-17 | Autotools and VC++ build support for SQL Server | Boris Kolpackov | 9 | -3/+401 | |
2012-01-16 | Misc fixes | Boris Kolpackov | 5 | -5/+5 | |
2012-01-16 | Add SQL Server support | Boris Kolpackov | 27 | -46/+427 | |
2012-01-08 | Add support for defining composite value type as class template instantiations | Boris Kolpackov | 3 | -6/+27 | |
2011-12-05 | Bump version to 1.7.01.7.0 | Boris Kolpackov | 1 | -1/+1 | |
2011-12-05 | Add link to licensing overview page | Boris Kolpackov | 1 | -0/+6 | |
2011-12-05 | Update Oracle runtime license | Boris Kolpackov | 1 | -7/+8 | |
2011-12-01 | Instantiate QCoreApplication in Qt tests/examples | Boris Kolpackov | 1 | -0/+4 | |
It performs Qt initialization/finalization and without it bad things will happen (like deleting TLS keys that don't belong to Qt). | |||||
2011-12-01 | Correct license information | Boris Kolpackov | 2 | -2/+2 | |
2011-12-01 | Make sure PostgreSQL psql driver stops at first error and exits with error code | Boris Kolpackov | 2 | -2/+2 | |
2011-12-01 | Get rid of unused variable and warning | Boris Kolpackov | 1 | -2/+2 | |
2011-12-01 | Cosmetic changes | Boris Kolpackov | 1 | -2/+2 | |
2011-11-30 | Cosmetic automake changes | Boris Kolpackov | 7 | -25/+25 | |
2011-11-28 | Clear shell variables before appending | Boris Kolpackov | 6 | -1/+20 | |
2011-11-28 | Corrections to Oracle test scripts for Windows | Constantin Michael | 2 | -3/+4 | |
2011-11-28 | Corrections to Oracle user configuration script | Constantin Michael | 1 | -4/+4 | |
2011-11-25 | Corrections to Oracle user configuration script | Constantin Michael | 1 | -10/+8 | |
2011-11-24 | Add Oracle to automake and Visual Studio build | Constantin Michael | 9 | -2/+397 | |
2011-11-18 | Aesthetic changes | Constantin Michael | 2 | -5/+4 | |
2011-11-18 | Simplify drop table SQL for Oracle | Constantin Michael | 1 | -8/+1 | |
2011-11-18 | Correct erroneously quoted table identifier | Constantin Michael | 1 | -1/+1 | |
2011-11-18 | Revert to using an unsigned type for the custom schema example employee ID | Constantin Michael | 1 | -1/+1 | |