Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-25 | New example, inheritance/polymorphism | Boris Kolpackov | 1 | -8/+9 | |
Also move the inheritance example to inheritance/reuse. | |||||
2012-03-02 | New example that shows C++11 support, build infrastructure for C++11 | Boris Kolpackov | 1 | -5/+17 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 1 | -1/+0 | |
Too much effort to maintain. | |||||
2012-01-17 | Autotools and VC++ build support for SQL Server | Boris Kolpackov | 1 | -1/+2 | |
2011-11-24 | Add Oracle to automake and Visual Studio build | Constantin Michael | 1 | -1/+1 | |
2011-11-02 | Add example for optimistic concurrency support | Boris Kolpackov | 1 | -0/+1 | |
2011-09-27 | Add view example | Boris Kolpackov | 1 | -1/+1 | |
2011-07-23 | Add db.options and db-driver.bat files to dist | Constantin Michael | 1 | -1/+2 | |
2011-07-21 | Enable Qt and Boost profile examples for PostgreSQL | Constantin Michael | 1 | -8/+0 | |
2011-07-14 | Temporarily disable Qt and Boost policy examples for PostgreSQL | Constantin Michael | 1 | -4/+10 | |
2011-07-13 | Add PostgreSQL | Constantin Michael | 1 | -2/+4 | |
2011-04-26 | Add inheritance example | Boris Kolpackov | 1 | -1/+9 | |
2011-04-22 | Add Qt profile example | Constantin Michael | 1 | -2/+4 | |
2011-03-01 | Add support for embedded database schemas | Boris Kolpackov | 1 | -1/+1 | |
New options: --schema-format, --default-schema. New example: schema/embedded. | |||||
2011-02-25 | Add support for examples in subdirectories | Boris Kolpackov | 1 | -1/+1 | |
Move the schema example to schema/custom. | |||||
2011-02-04 | Add Boost profile example | Boris Kolpackov | 1 | -4/+6 | |
2011-01-19 | Add schema example | Boris Kolpackov | 1 | -1/+1 | |
It shows how to map persistent classes to a custom database schema. | |||||
2011-01-13 | Add composite, relationship, and inverse examples | Boris Kolpackov | 1 | -8/+11 | |
All add the TR1 <memory> test for the latter two examples. | |||||
2011-01-04 | Copyright update | Boris Kolpackov | 1 | -1/+1 | |
2010-11-30 | Add container example | Boris Kolpackov | 1 | -1/+1 | |
2010-09-23 | Add INSTALL file | Boris Kolpackov | 1 | -1/+1 | |
2010-09-23 | Add query example | Boris Kolpackov | 1 | -1/+1 | |
2010-09-23 | Add the mapping example | Boris Kolpackov | 1 | -1/+1 | |
It shows how to map between C++ value types and SQL types | |||||
2010-09-14 | Add hello example | Boris Kolpackov | 1 | -3/+2 | |
2010-09-14 | Establish base build system | Boris Kolpackov | 1 | -0/+49 | |