aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2013-08-14Add support for object sectionsBoris Kolpackov1-0/+4
Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated.
2012-10-17Add example for prepared query usageBoris Kolpackov1-0/+3
2012-09-06Proofreading changesBoris Kolpackov1-1/+1
2012-09-01Add 'access' and 'pimpl' examplesBoris Kolpackov1-0/+8
These illustrate the use of accessor/modifier functions and expressions as well as virtual data members.
2012-04-25New example, inheritance/polymorphismBoris Kolpackov1-2/+5
Also move the inheritance example to inheritance/reuse.
2012-03-02New example that shows C++11 support, build infrastructure for C++11Boris Kolpackov1-0/+3
2011-11-02Add example for optimistic concurrency supportBoris Kolpackov1-0/+3
2011-10-03Proofreading changesBoris Kolpackov1-0/+3
2011-08-22Add --table-prefix optionBoris Kolpackov1-0/+6
Assign unique table prefixes to most examples. This makes sure that we don't end up with broken schemas where half of the tables were changed by the next test and the other half has foreign keys that now point to nowhere.
2011-04-26Add inheritance exampleBoris Kolpackov1-0/+3
2011-04-25Add entry for qt exampleBoris Kolpackov1-0/+4
2011-03-01Add support for embedded database schemasBoris Kolpackov1-3/+7
New options: --schema-format, --default-schema. New example: schema/embedded.
2011-02-25Add support for examples in subdirectoriesBoris Kolpackov1-1/+1
Move the schema example to schema/custom.
2011-02-04Add Boost profile exampleBoris Kolpackov1-0/+4
2011-01-19Add schema exampleBoris Kolpackov1-0/+3
It shows how to map persistent classes to a custom database schema.
2011-01-13Add composite, relationship, and inverse examplesBoris Kolpackov1-0/+11
All add the TR1 <memory> test for the latter two examples.
2010-11-30Add container exampleBoris Kolpackov1-0/+3
2010-09-28Update README fileBoris Kolpackov1-6/+6
2010-09-23Minor documentation fixesBoris Kolpackov1-2/+2
2010-09-23README files for the examplesBoris Kolpackov1-1/+15
2010-09-12Update README filesBoris Kolpackov1-0/+18