aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/connection.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-05-01 11:34:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-05-01 11:34:26 +0200
commitc22cc575cfd2e89771093b15aa337d563f1eba5b (patch)
tree4d7982e4efba974891c20827058231b3b1e2a156 /odb/sqlite/connection.hxx
parent64f60cfa94d730ea5d6a9e7bc22a8d706f73d53c (diff)
Cosmetic changes to the ATTACH DATABASE code
Diffstat (limited to 'odb/sqlite/connection.hxx')
-rw-r--r--odb/sqlite/connection.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/sqlite/connection.hxx b/odb/sqlite/connection.hxx
index f8df9d0..366239f 100644
--- a/odb/sqlite/connection.hxx
+++ b/odb/sqlite/connection.hxx
@@ -78,9 +78,9 @@ namespace odb
typedef sqlite::statement_cache statement_cache_type;
typedef sqlite::database database_type;
- // Translate the database schema in statement text (used to implement
- // attached databases). If the result is empty, then no translation is
- // required and the original text should be used as is.
+ // Translate the database schema in the statement text (used to
+ // implement attached databases). If the result is empty, then no
+ // translation is required and the original text should be used as is.
//
typedef void (statement_translator) (std::string& result,
const char* text,
@@ -341,7 +341,7 @@ namespace odb
return main_connection_->factory ();
}
- // Note that this essentially establishes a "protocol" for all the
+ // Note that this essentially establishes a "framework" for all the
// attached connection factory implementations: they hold a counted
// reference to the main connection and they maintain a single shared
// attached connection.