aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/connection.hxx')
-rw-r--r--odb/sqlite/connection.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/odb/sqlite/connection.hxx b/odb/sqlite/connection.hxx
index 3524a48..2754102 100644
--- a/odb/sqlite/connection.hxx
+++ b/odb/sqlite/connection.hxx
@@ -123,7 +123,7 @@ namespace odb
wait ();
public:
- // Reset active and finalize uncached statements.
+ // Reset active statements.
//
void
clear ();
@@ -159,7 +159,10 @@ namespace odb
friend void
connection_unlock_callback (void**, int);
- // Linked list of active and uncached statements currently associated
+ private:
+ friend class transaction_impl; // invalidate_results()
+
+ // Linked list of active statements currently associated
// with this connection.
//
private: