diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-25 10:35:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-25 10:35:36 +0200 |
commit | 1a0c6d83149149c36c228cb5515ea51feac24742 (patch) | |
tree | 005f96c7c0fb80c6e31ba2a48a09399a995aa176 | |
parent | 1e78bdc724e95898c04a3409b0b192aa7f77780b (diff) |
Static multi-database support
Add new options (--multi-database, --default-database). Generate common
code to -odb.?xx files and database-specific to -odb-<db>.?xx.
-rw-r--r-- | odb/traits.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/traits.hxx b/odb/traits.hxx index 3711601..bdfc459 100644 --- a/odb/traits.hxx +++ b/odb/traits.hxx @@ -78,7 +78,6 @@ namespace odb { class_object, class_view, - class_composite, class_other }; |