aboutsummaryrefslogtreecommitdiff
path: root/odb/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-31 07:59:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-31 07:59:17 +0200
commit255473612bbf9e753fa83fd7ccfd6e498175f83a (patch)
tree45e22ed835fc0f0dcf41ff0c8699dcc131cda8c0 /odb/forward.hxx
parent1c6d6e5ed99e80d057a710635325a79b8e3f73d2 (diff)
Add dynamic multi-database support excluding query
Diffstat (limited to 'odb/forward.hxx')
-rw-r--r--odb/forward.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/odb/forward.hxx b/odb/forward.hxx
index 653bdbb..18e0340 100644
--- a/odb/forward.hxx
+++ b/odb/forward.hxx
@@ -45,7 +45,7 @@ namespace odb
//
// Keep real databases first since their enumerators are used as array
- // indexes
+ // indexes.
//
enum database_id
{
@@ -57,7 +57,8 @@ namespace odb
id_default
};
- // Number of real databases in the database_id enum.
+ // Number of real databases (i.e., excluding default) in the database_id
+ // enum.
//
const std::size_t database_count = id_default;